miszol1
Results
2
comments of
miszol1
@drzamich You can use hash printed in console like this: script-src 'self' 'sha256-...' This prevents CSP error to show because this inline script always has the same code inside. You...
@drzamich probably you are right about changing it to js file but using sha hashes in CSP headers does not make them less strict. Sha hash is only valid for...