aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/layout.initial-state.php
Commit message (Collapse)AuthorAgeFilesLines
* feat: Provide CSP nonce as `<meta>` elementFerdinand Thiessen2024-08-131-3/+3
| | | | | | | | This way we use the CSP nonce for dynamically loaded scripts. Important to notice: The CSP nonce must NOT be injected in `content` as this can lead to value exfiltration using e.g. side-channel attacts (CSS selectors). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(core): wrap initial state into hidden containerGrigorii K. Shartsev2024-07-301-0/+11
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>