diff --git a/data/data.json b/data/data.json index 9fde755..97fcd0a 100644 --- a/data/data.json +++ b/data/data.json @@ -169,6 +169,15 @@ ], "exceptions": [], "redirections": [] + }, + "reddit": { + "urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?reddit\\.)\\w{2,}\\/.*", + "completeProvider": false, + "rules": [], + "exceptions": [], + "redirections": [ + "url=([^\\/|\\?|&]*)" + ] } } }