nonce
This commit is contained in:
parent
3162d924e2
commit
5496ff6c7c
File diff suppressed because one or more lines are too long
@ -16,16 +16,17 @@
|
|||||||
<link
|
<link
|
||||||
rel="preload"
|
rel="preload"
|
||||||
href="https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap"
|
||||||
|
id="style_preload"
|
||||||
as="style"
|
as="style"
|
||||||
onload="this.onload=null;this.rel='stylesheet'"
|
|
||||||
nonce="**MY_PRETTY_CSP_NONCE**"
|
|
||||||
/>
|
/>
|
||||||
|
<script nonce="**MY_PRETTY_CSP_NONCE**">document.getElementById('style_preload').addEventListener('load', (function() {
|
||||||
|
this.rel='stylesheet'
|
||||||
|
}))</script>
|
||||||
<noscript>
|
<noscript>
|
||||||
<link
|
<link
|
||||||
href="https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
type="text/css"
|
type="text/css"
|
||||||
nonce="**MY_PRETTY_CSP_NONCE**"
|
|
||||||
/>
|
/>
|
||||||
</noscript>
|
</noscript>
|
||||||
<style nonce="**MY_PRETTY_CSP_NONCE**">
|
<style nonce="**MY_PRETTY_CSP_NONCE**">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user