You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A good CSP disallows inline styles, which is how we apply the per-page overrides. We should instead generate a unique css file for every invocation (add it to static files output) and output the relevant <link rel="stylesheet" src="..."> tag instead of a <style>.
The text was updated successfully, but these errors were encountered:
A good CSP disallows inline styles, which is how we apply the per-page overrides. We should instead generate a unique css file for every invocation (add it to static files output) and output the relevant
<link rel="stylesheet" src="...">
tag instead of a<style>
.The text was updated successfully, but these errors were encountered: