1
0
mirror of https://framagit.org/tom79/nitterizeme.git synced 2025-10-06 00:02:41 +02:00

Remove &si for YouTube

This commit is contained in:
JimmyJLNU
2024-01-24 21:31:21 +00:00
parent f12e478668
commit 1f8927706b

View File

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