Skip to content

Commit e982524

Browse files
committed
Remove s_cid from URLs (fixes brave/brave-browser#17452)
1 parent 89b4017 commit e982524

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

browser/net/brave_site_hacks_network_delegate_helper.cc

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ const std::string& GetQueryStringTrackers() {
5757
"yclid",
5858
// https://github.com/brave/brave-browser/issues/8975
5959
"__s",
60+
// https://github.com/brave/brave-browser/issues/17452
61+
"s_cid",
6062
// https://github.com/brave/brave-browser/issues/9019
6163
"_hsenc", "__hssc", "__hstc", "__hsfp", "hsCtaTracking"}),
6264
"|"));

0 commit comments

Comments
 (0)