From d011ebfac8eba0d16e8acbd644a82ab78d020354 Mon Sep 17 00:00:00 2001 From: Konrad Dzwinel Date: Thu, 12 Oct 2023 15:54:28 +0200 Subject: [PATCH] Update README.md (#167) * Update README.md Some cleanup in the readme after recent infra change. * Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8457f6b..22c8d7b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ We have couple of test domains, that all resolve to `privacy-test-pages.site`, w - `broken.third-party.site` - tracking third party that we can't block (e.g. due to brekage), it's on our blocklist, but it will not be blocked by our clients - `bad.third-party.site` - tracking third party that's on our blocklist and our clients will block -We also have additional test domains specifically for the Ad Attribution tests hosted [here](https://www.search-company.site): +We also have additional domains specifically for the Ad Attribution tests hosted [here](https://www.search-company.site): - `www.search-company.site` - Simulated search provider - `convert.ad-company.site` - Simulated ad provider conversion ping @@ -36,8 +36,6 @@ We also have additional test domains specifically for the Ad Attribution tests h - `www.payment-company.site` - Simulated payment provider - `www.publisher-company.site`- Simulated publisher website -The ad attribution test domains resolve to a separate glitch project due to glitch domain limits (i.e., 5 domains per project). Otherwise the projects are identical. - ### How to test it locally If you are working on a simple page you can start any local server (e.g. `python -m SimpleHTTPServer 8000`) in the main folder of the project. @@ -91,4 +89,4 @@ This will generate two files (`first-party.example+11-key.pem` and `first-party. ## How to deploy it? -After PR is merged test pages are automatically deployed to glitch ([privacy-test-pages](https://glitch.com/edit/#!/privacy-test-pages) and [ad-attribution-test-pages](https://glitch.com/edit/#!/ad-attribution-test-pages)) and github pages (legacy). +After PR is merged test pages are automatically deployed to our own infra ([privacy-test-pages.site](https://privacy-test-pages.site)) and two legacy locations: glitch ([privacy-test-pages](https://glitch.com/edit/#!/privacy-test-pages)) and github pages.