mCaptcha/templates/components/headers/csp.html
2021-07-01 22:36:22 +05:30

6 lines
214 B
HTML

<!--
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self' *.mcaptcha.org mcaptcha.org mcaptcha.io *.mcaptcha.io; img-src 'self'; style-src 'self'; child-src 'none'; script-src 'self';"
/>
-->