From c2f3aa7b7d68d0e89720770adfe420d1acbdad3b Mon Sep 17 00:00:00 2001 From: Tom Watson Date: Wed, 25 Apr 2018 17:06:59 +0200 Subject: [PATCH] use https for redirect --- background.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background.js b/background.js index 984f312..8b6b3ab 100644 --- a/background.js +++ b/background.js @@ -1,4 +1,4 @@ -const oldReddit = "http://old.reddit.com" +const oldReddit = "https://old.reddit.com" chrome.webRequest.onBeforeRequest.addListener( function(details) { diff --git a/manifest.json b/manifest.json index 4949c13..bb197e6 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.0.0", + "version": "1.0.1", "manifest_version": 2, "background": {"scripts":["background.js"]}, "icons": {