Remove &si for YouTube

This commit is contained in:
JimmyJLNU 2024-01-24 21:31:21 +00:00
parent f12e478668
commit 1f8927706b
1 changed files with 3 additions and 2 deletions

View File

@ -188,7 +188,8 @@
"rules": [
"feature=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"gclid=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"kw=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
"kw=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"si=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
],
"exceptions": [],
"redirections": []
@ -474,4 +475,4 @@
"redirections": []
}
}
}
}