Add provider twitter and rules

This commit is contained in:
Kevin Röbert 2017-09-06 15:10:31 +02:00
parent 7ae849cd9d
commit 203f33cb99

View File

@ -140,6 +140,14 @@
"ref_=[^\\/|\\?|&]*(\\/|&(amp;)?)?" "ref_=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
], ],
"exceptions": [] "exceptions": []
},
"twitter": {
"urlPattern": "(https:\\/\\/||http:\\/\\/).*(\\.twitter\\.)\\w{2,}\\/.*",
"completeProvider": false,
"rules": [
"src=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
],
"exceptions": []
} }
} }
} }