|
@@ -5,6 +5,11 @@
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
<title>{{ title|default('Sprint Planner') }}</title>
|
|
<title>{{ title|default('Sprint Planner') }}</title>
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
|
|
|
+ {# Disable htmx's built-in indicator <style> injection. With strict CSP
|
|
|
|
|
+ (style-src 'self', no inline) the browser blocks it on every page
|
|
|
|
|
+ load and floods the audit log with `csp_violation` rows. The
|
|
|
|
|
+ equivalent rules ship from app.css instead. #}
|
|
|
|
|
+ <meta name="htmx-config" content='{"includeIndicatorStyles": false}'>
|
|
|
<script src="/assets/js/theme-init.js"></script>
|
|
<script src="/assets/js/theme-init.js"></script>
|
|
|
<link rel="stylesheet" href="/assets/css/app.css">
|
|
<link rel="stylesheet" href="/assets/css/app.css">
|
|
|
<script src="/assets/js/vendor/htmx.min.js" defer></script>
|
|
<script src="/assets/js/vendor/htmx.min.js" defer></script>
|