mirror of
https://github.com/streamwall/streamwall.git
synced 2026-04-03 20:32:08 -04:00
Allow any domain to be framed from overlay and background pages
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<title>Streamwall Stream Background</title>
|
<title>Streamwall Stream Background</title>
|
||||||
<meta
|
<meta
|
||||||
http-equiv="Content-Security-Policy"
|
http-equiv="Content-Security-Policy"
|
||||||
content="default-src 'self'; style-src 'self' 'unsafe-inline'"
|
content="default-src 'self'; style-src 'self' 'unsafe-inline'; frame-src *"
|
||||||
/>
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<title>Streamwall Stream Overlay</title>
|
<title>Streamwall Stream Overlay</title>
|
||||||
<meta
|
<meta
|
||||||
http-equiv="Content-Security-Policy"
|
http-equiv="Content-Security-Policy"
|
||||||
content="default-src 'self'; style-src 'self' 'unsafe-inline'"
|
content="default-src 'self'; style-src 'self' 'unsafe-inline'; frame-src *"
|
||||||
/>
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user