mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-11 21:25:12 +02:00
Re-added content_security_policy to fix hls playing
This commit is contained in:
parent
b83d287a42
commit
106f4ffda3
@ -14,19 +14,20 @@
|
|||||||
{
|
{
|
||||||
"all_frames": true,
|
"all_frames": true,
|
||||||
"matches": [
|
"matches": [
|
||||||
"*://evoload.io/*",
|
"*://*.evoload.io/*",
|
||||||
"*://mcloud.to/*",
|
"*://*.mcloud.to/*",
|
||||||
"*://mixdrop.co/*",
|
"*://*.mixdrop.co/*",
|
||||||
"*://streamtape.com/*",
|
"*://*.newgrounds.com/*",
|
||||||
"*://streamzz.to/*",
|
"*://*.streamtape.com/*",
|
||||||
"*://thevideome.com/*",
|
"*://*.streamzz.to/*",
|
||||||
"*://vidlox.me/*",
|
"*://*.thevideome.com/*",
|
||||||
"*://vidstream.pro/*",
|
"*://*.vidlox.me/*",
|
||||||
"*://vidoza.net/*",
|
"*://*.vidstream.pro/*",
|
||||||
"*://vivo.st/*",
|
"*://*.vidoza.net/*",
|
||||||
"*://vivo.sx/*",
|
"*://*.vivo.st/*",
|
||||||
"*://voe.sx/*",
|
"*://*.vivo.sx/*",
|
||||||
"*://vupload.com/*"
|
"*://*.voe.sx/*",
|
||||||
|
"*://*.vupload.com/*"
|
||||||
],
|
],
|
||||||
"js": [
|
"js": [
|
||||||
"match.js",
|
"match.js",
|
||||||
@ -38,6 +39,7 @@
|
|||||||
"permissions": [
|
"permissions": [
|
||||||
"storage"
|
"storage"
|
||||||
],
|
],
|
||||||
|
"content_security_policy": "script-src 'self' blob:; object-src 'self'",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "icons/stream-bypass.png",
|
"default_icon": "icons/stream-bypass.png",
|
||||||
"default_title": "Stream Bypass",
|
"default_title": "Stream Bypass",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user