Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 50658e4

Browse files
ArenaL5tumpio
authored andcommitted
Parameter sid is not blacklisted anymore
Blacklisting parameter `sid` raises unpredictable problems on several websites: - forums (using phpBB forums.lanik.us, or other platforms like Slashdot) - email providers (GMX) - collaboration sites like SharePoint - random databases like Sutton's SignBankSite (for sign languages) - random banking platforms, like Spanish RedSys These issues affect basic operations (like browsing, payments, or logging out) and can appear in other pages that use similar software; it's not feasible to whitelist them all.
1 parent 495f805 commit 50658e4

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

rules/privacy-common-params.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"pattern": {
88
"allUrls": true,
99
"excludes": [
10-
"*/ucp.php?mode=logout&sid=*",
1110
"https://www.fbsbx.com/captcha/recaptcha/iframe/*"
1211
]
1312
},
@@ -65,7 +64,6 @@
6564
"sc_medium",
6665
"sc_outcome",
6766
"share",
68-
"sid",
6967
"spJobID",
7068
"spMailingID",
7169
"spReportId",
@@ -83,32 +81,6 @@
8381
]
8482
}
8583
},
86-
{
87-
"uuid": "a6b8a3a1-5bba-46b1-81a5-8594e3e8b0a1",
88-
"pattern": {
89-
"scheme": "https",
90-
"host": [
91-
"*.sharepoint.com",
92-
"*.navigator-bs.gmx.com",
93-
"navigator-bs.gmx.com",
94-
"www.signbank.org",
95-
"slashdot.org"
96-
],
97-
"path": [
98-
"*share=*",
99-
"*sid=*"
100-
]
101-
},
102-
"types": [
103-
"main_frame",
104-
"sub_frame"
105-
],
106-
"action": "whitelist",
107-
"active": true,
108-
"title": "Exceptions to `sid` and `share` parameters",
109-
"description": "These sites use the URL parameters `sid` and `share` to load different pages. This trips a general-purpose referrer remover.",
110-
"tag": "privacy-tracking-params"
111-
},
11284
{
11385
"uuid": "1123f3fd-fde5-4992-af96-c580c0f69186",
11486
"pattern": {

0 commit comments

Comments
 (0)