add redirect for pay.reddit.com as well

This is another prefix that is commonly used across reddit.
This commit is contained in:
James Shubin 2018-06-12 03:28:53 -04:00
parent bc54bb53d9
commit 146a773f60
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"]
},