Fix Twitter ref_url parameter (#68)

This commit is contained in:
Joëlle van Essen 2022-05-15 11:54:44 +02:00
parent 4757e2c116
commit 63d837796a
No known key found for this signature in database
GPG Key ID: 8139F3E885FF8333
1 changed files with 2 additions and 1 deletions

View File

@ -214,7 +214,8 @@
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(twitter)(\\.[a-zA-Z]{2,})(.*\\?.*)", "urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(twitter)(\\.[a-zA-Z]{2,})(.*\\?.*)",
"completeProvider": false, "completeProvider": false,
"rules": [ "rules": [
"(ref_)?src=[^\\/|\\?|&]*(\\/|&(amp;)?)?" "src=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"ref_[a-z_]+=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
], ],
"exceptions": [], "exceptions": [],
"redirections": [] "redirections": []