Anna.info website technical test: Difference between revisions

From annawiki
Line 23: Line 23:
**mobile 80 / 100
**mobile 80 / 100
**desktop 97 / 100
**desktop 97 / 100
 
*https://www.immuniweb.com/ssl/?id=286aQjJX


==CSP==
==CSP==

Revision as of 2020-12-18T15:18:51

Links

CSP

Content-Security-Policy	default-src 'self'; style-src 'self' 'unsafe-inline'

The "style-src 'unsafe-inline'" prevents getting +5 points. Inline CSS is used

  • for getting 100/100 on Goolge speed test, which does not seem to be possible with external CSS
  • to do CSS marking in MediaWiki, e.g. cells in tables

TLS 1.3-only

anna.info switched to TLS 1.3-only

Other