Anna.info website technical test: Difference between revisions

From annawiki
No edit summary
No edit summary
Line 24: Line 24:
*for getting 100/100 on Goolge speed test, which does not seem to be possible with external CSS
*for getting 100/100 on Goolge speed test, which does not seem to be possible with external CSS
*to to CSS marking in MediaWiki, e.g. cells in tables
*to to CSS marking in MediaWiki, e.g. cells in tables
==Other==
*https://www.heise.de/forum/heise-online/News-Kommentare/heise-online-HTTPS-auch-fuer-Mobilgeraete/X-XSS-Protection-X-Content-Type-Options-Content-Security-Policy-nicht-vergessen/posting-29747747/show/

Revision as of 2017-01-07T00:33:38

Links

Issues

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 to CSS marking in MediaWiki, e.g. cells in tables

Other