Skip to content

Commit 62fd8da

Browse files
committed
set allow_frame in embed.html
1 parent c2677be commit 62fd8da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

embed.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ <h2>Are you sure you want to reset?</h2>
8686
</div>
8787

8888
<script src="/src/main.js" type="module"></script>
89-
<script data-goatcounter="https://praxly.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
89+
<script data-goatcounter="https://praxly.goatcounter.com/count"
90+
data-goatcounter-settings='{"allow_frame": true}'
91+
async src="//gc.zgo.at/count.js"></script>
9092
</body>
9193

9294
</html>

0 commit comments

Comments
 (0)