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
|
||||
rel="preload"
|
||||
href="https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap"
|
||||
id="style_preload"
|
||||
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>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap"
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
nonce="**MY_PRETTY_CSP_NONCE**"
|
||||
/>
|
||||
</noscript>
|
||||
<style nonce="**MY_PRETTY_CSP_NONCE**">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user