remove pay.reddit.com as a redirected url
This seems to have tripped some check google has as they are sending me emails telling me I need to add a privacy policy as my extension deals with sensitive user data such as payment details. Apparently the extension will be taken down if this is not dealt with. I'm hoping simply removing this line will be enough.
This commit is contained in:
parent
77fed12f15
commit
e400b88e4b
|
@ -18,7 +18,6 @@ chrome.webRequest.onBeforeRequest.addListener(
|
|||
"*://www.reddit.com/*",
|
||||
"*://np.reddit.com/*",
|
||||
"*://new.reddit.com/*",
|
||||
"*://pay.reddit.com/*"
|
||||
],
|
||||
types: [
|
||||
"main_frame",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Old Reddit Redirect",
|
||||
"description": "Ensure Reddit always loads the old design",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"manifest_version": 2,
|
||||
"background": {"scripts":["background.js"]},
|
||||
"icons": {
|
||||
|
|
Loading…
Reference in New Issue