dotfiles/mozilla/ff/requests_control/individual_list/privacy-amazon.json

122 lines
3.1 KiB
JSON

[
{
"title": "Remove Amazon query parameters",
"description": "Removes all non-whitelisted query parameters on both Amazon store and Prime Video.",
"tag": "privacy-amazon",
"uuid": "6dc06a86-2356-4521-a0c5-08372846df15",
"pattern": {
"scheme": "*",
"host": [
"*.amazon.*",
"*.primevideo.*"
],
"path": [
"*"
],
"excludes": [
"://www.amazon.*/ap/*",
"://www.amazon.*/gp/*"
],
"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
}
},
{
"title": "Skip Amazon Picasso redirect",
"description": "Skip Picasso redirect used on occasion by Amazon to track purchases",
"tag": "privacy-amazon",
"uuid": "816c76d6-ad2e-4f7c-94be-e2436c93fe34",
"pattern": {
"scheme": "*",
"host": [
"*.amazon.*"
],
"path": [
"*/picassoRedirect.html/*"
],
"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",
"sub_frame"
],
"action": "redirect",
"active": true,
"redirectUrl": "https://{hostname}{search/.*url=(.*)/$1|decodeURIComponent}&alpha"
}
]