use https for redirect

This commit is contained in:
Tom Watson 2018-04-25 17:06:59 +02:00
parent d30dcc5dcc
commit c2f3aa7b7d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
const oldReddit = "http://old.reddit.com" const oldReddit = "https://old.reddit.com"
chrome.webRequest.onBeforeRequest.addListener( chrome.webRequest.onBeforeRequest.addListener(
function(details) { function(details) {

View File

@ -1,7 +1,7 @@
{ {
"name": "Old Reddit Redirect", "name": "Old Reddit Redirect",
"description": "Ensure Reddit always loads the old design", "description": "Ensure Reddit always loads the old design",
"version": "1.0.0", "version": "1.0.1",
"manifest_version": 2, "manifest_version": 2,
"background": {"scripts":["background.js"]}, "background": {"scripts":["background.js"]},
"icons": { "icons": {