mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-18 23:25:36 +07:00
Add Exception for amazon login
This commit is contained in:
@@ -18,7 +18,8 @@
|
|||||||
"ref=[a-zA-Z0-9\\-\\.\\_\\%]*[\\?|&]?"
|
"ref=[a-zA-Z0-9\\-\\.\\_\\%]*[\\?|&]?"
|
||||||
],
|
],
|
||||||
"exceptions": [
|
"exceptions": [
|
||||||
".*(amazon\\.)\\w{2,}(\\/gp\\/).*"
|
".*(amazon\\.)\\w{2,}(\\/gp\\/).*",
|
||||||
|
".*(amazon\\.)\\w{2,}(\/gp\/).*\\/redirector.html\\/.*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"google": {
|
"google": {
|
||||||
|
|||||||
Reference in New Issue
Block a user