From d3e8a4bd2b4d5ac27a4435357707cf5477aaf177 Mon Sep 17 00:00:00 2001 From: matthieu42morin Date: Wed, 13 Mar 2024 03:34:41 +0100 Subject: [PATCH] AWS console fix --- ...parameters with aws console exclusion.json | 82 +++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 mozilla/ff/requests_control/individual_list/Remove Amazon query parameters with aws console exclusion.json diff --git a/mozilla/ff/requests_control/individual_list/Remove Amazon query parameters with aws console exclusion.json b/mozilla/ff/requests_control/individual_list/Remove Amazon query parameters with aws console exclusion.json new file mode 100644 index 0000000..6cdf7a4 --- /dev/null +++ b/mozilla/ff/requests_control/individual_list/Remove Amazon query parameters with aws console exclusion.json @@ -0,0 +1,82 @@ +[ + { + "title": "Remove%20Amazon%20query%20parameters%20with%20aws%20console%20exclusion", + "description": "Removes%20all%20non-whitelisted%20query%20parameters%20on%20both%20Amazon%20store%20and%20Prime%20Video.", + "tag": "privacy-amazon", + "uuid": "6dc06a86-2356-4521-a0c5-08372846df15", + "pattern": { + "scheme": "*", + "host": [ + "*.amazon.*", + "*.primevideo.*" + ], + "path": [ + "*" + ], + "excludes": [ + "//.", + "//eu-north-1.console.aws.amazon.com/*", + "://www.amazon.*/ap/*", + "://www.amazon.*/gp/*", + "//*.awsapps.com/*", + "aws.amazon.com/*" + ], + "topLevelDomains": [ + "ae", + "ca", + "cn", + "co.jp", + "co.uk", + "com", + "com.au", + "com.br", + "com.mx", + "com.tr", + "de", + "es", + "fr", + "in", + "it", + "nl", + "sa", + "se", + "sg" + ] + }, + "types": [ + "main_frame" + ], + "action": "filter", + "active": true, + "skipRedirectionFilter": true, + "paramsFilter": { + "values": [ + "_encoding", + "arb", + "cartInitiateId", + "claimToken", + "clientContext", + "field-brandtextbin", + "field-keywords", + "fromAnywhere", + "i", + "ie", + "intercept", + "isToBeGiftWrappedBefore", + "k", + "language", + "location", + "mgh", + "node", + "openid.*", + "pageId", + "partialCheckoutCart", + "proceedToCheckout", + "proceedToRetailCheckout", + "rh", + "url" + ], + "invert": true + } + } +] \ No newline at end of file