Skip to content

Commit

Permalink
fix mixed content breaking out from container.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sooxt98 committed Sep 11, 2019
1 parent 5fb713d commit 0760179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/background.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chrome.webRequest.onBeforeRequest.addListener(
function(details) { return {cancel: true}; }, { urls: [
"*://*.audio-ak-spotify-com.akamaized.net/*",
"http://*.scdn.co/*"
"*://*.googlesyndication.com/*"
]}, ["blocking"])
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"manifest_version": 2,
"name": "Spotify Crack",
"permissions": [ "webRequest", "webRequestBlocking", "*://open.spotify.com/*", "*://audio-ak-spotify-com.akamaized.net/*", "http://*.scdn.co/*" ],
"permissions": [ "webRequest", "webRequestBlocking", "*://open.spotify.com/*", "*://audio-ak-spotify-com.akamaized.net/*", "https://*.googlesyndication.com/*" ],
"version": "1.0"
}

0 comments on commit 0760179

Please sign in to comment.