Merge pull request #3 from purpleidea/feat/add-prefix

add redirect for pay.reddit.com as well
This commit is contained in:
Tom Watson 2018-06-12 11:20:34 +02:00 committed by GitHub
commit 8f1d57f9c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ chrome.webRequest.onBeforeRequest.addListener(
"*://www.reddit.com/*",
"*://np.reddit.com/*",
"*://new.reddit.com/*"
"*://pay.reddit.com/*"
],
types: ["main_frame", "sub_frame", "stylesheet", "script", "image", "object", "xmlhttprequest", "other"]
},