Skip to content

Commit a50e4e5

Browse files
committed
allow iframe 5 (hopefully)
1 parent dce8c89 commit a50e4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<link rel="stylesheet" href="style.css">
1010

11-
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline'; frame-src fedifeed.com">
11+
<meta http-equiv="Content-Security-Policy" content="default-src * 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'; frame-src fedifeed.com">
1212
</head>
1313
<body>
1414
<header>

0 commit comments

Comments
 (0)