From 01f4c6b67b5824d9dda4b5651202a8d66f232a90 Mon Sep 17 00:00:00 2001 From: David Klein Date: Mon, 11 Nov 2024 16:23:20 +0100 Subject: [PATCH 1/2] Added link to hosted binaries --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 30a9cccd8a604..2d28b8a06a1c8 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ This functionality can be expanded in a web extension in order to alert the user More information on the sources and sinks which are instrumented as part of the code can be found [here](taint). +## Download Foxhound + +[TU Braunschweig is hosting foxhound binaries (with and without playwright +integration).](https://foxhound.ias.tu-bs.de/foxhound.html) +In case you have any issues with the provided binaries, feel free to open an issue here. + ## Building The "Foxhound" browser can be built mostly by following instructions on how to build [Firefox](https://firefox-source-docs.mozilla.org/setup/), for either [Linux](https://firefox-source-docs.mozilla.org/setup/linux_build.html) or [Windows](https://firefox-source-docs.mozilla.org/setup/windows_build.html). In theory [Mac](https://firefox-source-docs.mozilla.org/setup/macos_build.html) builds are also possible, but this has not been tested! From f93e368c905e434fe853a2d21d95a5f3182586d9 Mon Sep 17 00:00:00 2001 From: David Klein Date: Tue, 12 Nov 2024 09:06:48 +0100 Subject: [PATCH 2/2] Fixed URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d28b8a06a1c8..a658e7c84f4fe 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ More information on the sources and sinks which are instrumented as part of the ## Download Foxhound [TU Braunschweig is hosting foxhound binaries (with and without playwright -integration).](https://foxhound.ias.tu-bs.de/foxhound.html) +integration).](https://foxhound.ias.tu-bs.de/) In case you have any issues with the provided binaries, feel free to open an issue here. ## Building