use https for redirect
This commit is contained in:
parent
d30dcc5dcc
commit
c2f3aa7b7d
|
@ -1,4 +1,4 @@
|
|||
const oldReddit = "http://old.reddit.com"
|
||||
const oldReddit = "https://old.reddit.com"
|
||||
|
||||
chrome.webRequest.onBeforeRequest.addListener(
|
||||
function(details) {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue