mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-24 22:22:50 -05: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>
|
||||
<meta
|
||||
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>
|
||||
<body>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<title>Streamwall Stream Overlay</title>
|
||||
<meta
|
||||
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>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user