add redirect for pay.reddit.com as well
This is another prefix that is commonly used across reddit.
This commit is contained in:
parent
bc54bb53d9
commit
146a773f60
|
@ -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"]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue