Open MUWalter opened 3 years ago
Can't help with point 1. But here is script with SRI for picturefill:
<script async src="https://cdn.jsdelivr.net/npm/picturefill@3.0.3/dist/picturefill.min.js" integrity="sha256-iT+n/otuaeKCgxnASny7bxKeqCDbaV1M7VdX1ZRQtqg=" crossorigin="anonymous"></script>
perfect, thanks!
Dear @serg,
This is not a bug, but in terms of security I was checking my page at https://webbkoll.dataskydd.net
Two things I don't get rid of:
Although I added
<meta http-equiv="Content-Security-Policy" content="default-src 'none' *; script-src 'unsafe-inline' 'self' *; style-src 'unsafe-inline' 'self' *; base-uri 'none' 'self' *; form-action 'none' *; form-action 'self' *; object-src 'none' *; frame-ancestors 'none'">
in basof.html I get the following issues:Maybe this could be implemented too in a future update.
Keep up the good work!