Skip to content

Commit b35352e

Browse files
committed
allow iframe (hopefully)
1 parent 66098bd commit b35352e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_layouts/default.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88

99
<link rel="stylesheet" href="style.css">
10-
</head>
10+
11+
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src https://*; frame-src https://fedifeed.com;">
12+
</head>
1113
<body>
1214
<header>
1315
<h1>

0 commit comments

Comments
 (0)