diff options
author | Paul Duncan <pabs@pablotron.org> | 2024-06-03 13:31:21 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2024-06-03 13:31:21 -0400 |
commit | 77e204be1ad9d0f5f18af8ac6d4fddbf64fcf4ed (patch) | |
tree | ba40c2d588edb82cb57d52f2b326d4e308e94b37 /content/articles/site-backend.md | |
parent | 12b697e486593b9f527c6a60d0072c59993374b0 (diff) | |
download | pablotron.org-77e204be1ad9d0f5f18af8ac6d4fddbf64fcf4ed.tar.bz2 pablotron.org-77e204be1ad9d0f5f18af8ac6d4fddbf64fcf4ed.zip |
content/articles/site-backend.md: add "Updates" section with first entry
Diffstat (limited to 'content/articles/site-backend.md')
-rw-r--r-- | content/articles/site-backend.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/content/articles/site-backend.md b/content/articles/site-backend.md index 673c20d..41ba5c5 100644 --- a/content/articles/site-backend.md +++ b/content/articles/site-backend.md @@ -576,6 +576,15 @@ on this site: - [NFTables Examples][] - [Wireguard is Awesome][] +## Updates + +- 2024-06-03: [Apache Configuration][s-apache-configuration]: Make + [SVGs][svg] render properly in [Firefox][] by adding a `<FileMatch>` + directive for [SVGs][svg] which relaxes [Content-Security-Policy][] by + allowing `style-src-attr 'unsafe-inline'`. Without this exception + inline [SVGs][svg] work fine, but viewing them directly just shows a + black box. + [s-hugo-configuration]: #hugo-configuration "Hugo Configuration" [s-security-headers]: #security-headers |