From 7ef3232ca1fa5e2f80f0603d43f5171bd7507ed0 Mon Sep 17 00:00:00 2001 From: gurshabad Date: Tue, 3 May 2022 20:39:01 +0530 Subject: [PATCH 1/3] add fingerprints for PK and ID --- af/fastpath/fastpath/utils.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/af/fastpath/fastpath/utils.py b/af/fastpath/fastpath/utils.py index ddc17216..ef7b9327 100644 --- a/af/fastpath/fastpath/utils.py +++ b/af/fastpath/fastpath/utils.py @@ -369,6 +369,11 @@ {"body_match": "Web Page Blocked", "locality": "local"}, ], "ID": [ + #https://explorer.ooni.org/measurement/20220423T015209Z_webconnectivity_ID_4761_n1_no3oWQDwZrqTqv44?input=http%3A%2F%2Fwww.glil.org%2F + { + "header_name": "Location", + "header_prefix": "http://lamanlabuh.aduankonten.id", + }, { "header_name": "Location", "header_prefix": "http://internet-positif.org", @@ -850,6 +855,12 @@ {"dns_full": "203.82.48.83", "locality": "isp"}, # https://explorer.ooni.org/measurement/20191206T015807Z_AS23674_BbXvUMwowxajbM9Q1pTeOp84pawo9ccTUsltC6B1vhyNHC2kkM?input=http://gaytoday.com/ {"dns_full": "203.82.48.86", "locality": "isp"}, + # https://explorer.ooni.org/measurement/20210630T080326Z_webconnectivity_PK_23674_n1_EYqJhroCDCvkLcOY?input=http%3A%2F%2Fwww.urduvoa.com%2F + # https://explorer.ooni.org/measurement/20210308T121231Z_webconnectivity_PK_23674_n1_Pf3ltJKx54K3EYvb?input=http%3A%2F%2Fwww.voadeewanews.com%2F + { + "body match": "The site you are trying to access contains content that is prohibited for viewership from within Pakistan due to PTA restriction", + "locality": "isp" + }, ], "PL": [ # https://github.com/ooni/pipeline/issues/224 From 37bfb24da60ac400c68bdc2aeea8395e597bf58a Mon Sep 17 00:00:00 2001 From: gurshabad Date: Tue, 3 May 2022 20:40:41 +0530 Subject: [PATCH 2/3] add comma to PK fingerprint for convention --- af/fastpath/fastpath/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/af/fastpath/fastpath/utils.py b/af/fastpath/fastpath/utils.py index ef7b9327..934f9344 100644 --- a/af/fastpath/fastpath/utils.py +++ b/af/fastpath/fastpath/utils.py @@ -859,7 +859,7 @@ # https://explorer.ooni.org/measurement/20210308T121231Z_webconnectivity_PK_23674_n1_Pf3ltJKx54K3EYvb?input=http%3A%2F%2Fwww.voadeewanews.com%2F { "body match": "The site you are trying to access contains content that is prohibited for viewership from within Pakistan due to PTA restriction", - "locality": "isp" + "locality": "isp", }, ], "PL": [ From 1fb13094cfab8b603f1f4d828b578751b7daf9f0 Mon Sep 17 00:00:00 2001 From: gurshabad Date: Tue, 3 May 2022 20:42:27 +0530 Subject: [PATCH 3/3] add locality to ID fingerprint --- af/fastpath/fastpath/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/af/fastpath/fastpath/utils.py b/af/fastpath/fastpath/utils.py index 934f9344..049068a6 100644 --- a/af/fastpath/fastpath/utils.py +++ b/af/fastpath/fastpath/utils.py @@ -373,6 +373,7 @@ { "header_name": "Location", "header_prefix": "http://lamanlabuh.aduankonten.id", + "locality": "country", }, { "header_name": "Location",