Refactors style bundling so it's easy to avoid an insecure CSP

This commit is contained in:
P. Douglas Reeder
2023-04-19 00:34:18 -04:00
parent 933099a497
commit b85269b1aa
3 changed files with 13 additions and 1 deletions

View File

@ -30,6 +30,8 @@
{#- Render the CSS bundle using Inlined CSS (for the fastest site performance in production) #}
<style>{% getBundle "css" %}</style>
{#- Renders the CSS bundle using a separate file, if you can't set CSP directive style-src: 'unsafe-inline' #}
{#- <link rel="stylesheet" href="{% getBundleFileUrl "css" %}"> #}
</head>
<body>
<a href="#skip" class="visually-hidden">Skip to main content</a>