From f290465a9a4be0e1a2cc4457f176b414bdcbc2a3 Mon Sep 17 00:00:00 2001 From: Marcos Holgado Date: Thu, 23 Jul 2020 11:49:53 +0100 Subject: [PATCH 1/7] Add dos reload site --- index.html | 7 +++++++ security/dos-reload.html | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 security/dos-reload.html diff --git a/index.html b/index.html index 2fc2348..f8b368f 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,13 @@

Trackers

+ +

Security

+ +

Browser Features

diff --git a/security/dos-reload.html b/security/dos-reload.html new file mode 100644 index 0000000..a800ab6 --- /dev/null +++ b/security/dos-reload.html @@ -0,0 +1,4 @@ + \ No newline at end of file From 9fdd36f049592ffe1979683c825a9bf05c946482 Mon Sep 17 00:00:00 2001 From: Marcos Holgado Date: Thu, 23 Jul 2020 11:54:01 +0100 Subject: [PATCH 2/7] Remove duplicated link --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index f8b368f..06fb7aa 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,6 @@

Trackers

Security

From 98d5695252c49c849d2cb8b465676fa36923c532 Mon Sep 17 00:00:00 2001 From: Marcos Holgado Date: Thu, 23 Jul 2020 11:56:13 +0100 Subject: [PATCH 3/7] Clean up --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 06fb7aa..287cd82 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@

Trackers

Security

Browser Features

From 84e37e63c1e226e69fad7ee7b9dc5a05e859bcdf Mon Sep 17 00:00:00 2001 From: Konrad Dzwinel Date: Fri, 24 Jul 2020 13:06:14 +0200 Subject: [PATCH 4/7] Update README.md Rename the repo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f790f5d..6268e2d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# client-test-pages +# privacy-test-pages A collection of pages with known content (trackers, web functionality) for testing with the mobile apps and extensions. -[Client Test Pages](https://duckduckgo.github.io/client-test-pages) +[Privacy Test Pages](https://duckduckgo.github.io/privacy-test-pages) From 6803f1b349687150224458c6ba1e5cee5858c2ca Mon Sep 17 00:00:00 2001 From: Konrad Dzwinel Date: Fri, 24 Jul 2020 16:27:35 +0200 Subject: [PATCH 5/7] Geolocation API test (+ a bit of a clean up) (#1) * Add geolocation API test. * Improve headers, move back button to the top. * Add missing EOL --- features/geolocation.html | 54 +++++++++++++++++++++++++++++++++ index.html | 10 ++++-- trackers/1major-via-script.html | 13 ++++---- 3 files changed, 68 insertions(+), 9 deletions(-) create mode 100644 features/geolocation.html diff --git a/features/geolocation.html b/features/geolocation.html new file mode 100644 index 0000000..f5e75bc --- /dev/null +++ b/features/geolocation.html @@ -0,0 +1,54 @@ + + + + + + Geolocation + + +

[Home]

+ +

Allowing geolocation permission will cause this page to pull latest location information and show it on this page every 1s. Switching to a different tab or an app should prevent page from getting the location. You can verify that it's true by switching tabs, or apps, and comming back to this page after couple of seconds. Last update time should be > 1s and be marked in red.

+ +

+ + + + + + diff --git a/index.html b/index.html index 287cd82..c8a34f9 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,9 @@ + - + + + Client Test Pages - Home @@ -11,7 +14,7 @@

Client Test Pages

Trackers

Security

@@ -22,6 +25,9 @@

Security

Browser Features

+ diff --git a/trackers/1major-via-script.html b/trackers/1major-via-script.html index 3fc2ea9..b784d1e 100644 --- a/trackers/1major-via-script.html +++ b/trackers/1major-via-script.html @@ -1,17 +1,16 @@ + + + + 1 major tracker loaded via script - - + +

[Home]

1 major tracker loaded via script src

-

-[Home] -

- From adc9da3d94667b3eab2db39a5416010ebc645a7b Mon Sep 17 00:00:00 2001 From: Marcos Holgado Date: Thu, 23 Jul 2020 11:49:53 +0100 Subject: [PATCH 6/7] Add dos reload site --- index.html | 5 +++++ security/dos-reload.html | 23 ++++++++++++++++++++--- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c8a34f9..202faf6 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,11 @@

Browser Features

  • Geolocation +

    Security

    + + diff --git a/security/dos-reload.html b/security/dos-reload.html index a800ab6..eebc462 100644 --- a/security/dos-reload.html +++ b/security/dos-reload.html @@ -1,4 +1,21 @@ + + + + + + 1 major tracker loaded via script + + + + +

    [Home]

    + +

    Infinite location.reload() loop

    + \ No newline at end of file + open(""); + setInterval('location.reload()',1); + + + + From c8bf4eb4e537ce9411a217eee50a9beeac499e0b Mon Sep 17 00:00:00 2001 From: Konrad Dzwinel Date: Fri, 24 Jul 2020 16:38:50 +0200 Subject: [PATCH 7/7] Update title of dos-reload --- security/dos-reload.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/dos-reload.html b/security/dos-reload.html index eebc462..29bf569 100644 --- a/security/dos-reload.html +++ b/security/dos-reload.html @@ -3,7 +3,7 @@ - 1 major tracker loaded via script + Infinite location.reload() loop