Allow any domain to be framed from overlay and background pages

This commit is contained in:
Max Goodhart
2020-07-27 15:42:48 -07:00
parent c9bf2ca2a6
commit d20fe7c5d7
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>