Articles Tagged : CSP
Website Tests
June 3, 2020 · 1 min read
Having got this website running fairly well I ran it through some tests to check it looks OK
These test for
- security
- accessibility
- performance
Hugo Syntax Highlighting avoiding Unsafe Inline
June 2, 2020 · 1 min read
If you use CSP headers to add security to your website and you use Hugo with Syntax highlighting you may run into a problem in that by default Hugo generates inline styles.
...