From e400b88e4b15ace0c67bc185d3bf8c47e49b375c Mon Sep 17 00:00:00 2001 From: Tom Watson Date: Thu, 10 Jan 2019 12:55:13 +0100 Subject: [PATCH] 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. --- background.js | 1 - manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/background.js b/background.js index eb52170..09a1c2f 100644 --- a/background.js +++ b/background.js @@ -18,7 +18,6 @@ chrome.webRequest.onBeforeRequest.addListener( "*://www.reddit.com/*", "*://np.reddit.com/*", "*://new.reddit.com/*", - "*://pay.reddit.com/*" ], types: [ "main_frame", diff --git a/manifest.json b/manifest.json index 55c2f78..f4b0c1d 100644 --- a/manifest.json +++ b/manifest.json @@ -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": {