Anna.info website technical test: Difference between revisions

From annawiki
 
(6 intermediate revisions by the same user not shown)
Line 21: Line 21:
**Page is mobile-friendly | This page is easy to use on a mobile device
**Page is mobile-friendly | This page is easy to use on a mobile device
*https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fanna.info%2F
*https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fanna.info%2F
**mobile 100 / 100 Speed, 100 / 100 User Experience; desktop 100 / 100 Suggestions Summary
**mobile 80 / 100
**desktop 97 / 100
*https://www.immuniweb.com/ssl/?id=286aQjJX


==Issues==
==CSP==
  Content-Security-Policy default-src 'self'; style-src 'self' 'unsafe-inline'
  Content-Security-Policy default-src 'self'; style-src 'self' 'unsafe-inline'
The "style-src 'unsafe-inline'" prevents getting +5 points. Inline CSS is used  
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
*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 do CSS marking in MediaWiki, e.g. cells in tables
 
==TLS 1.3-only==
anna.info switched to TLS 1.3-only
*https://github.com/mozilla/http-observatory-website/issues/238 bug: Fail on TLS 1.3-only
*https://github.com/ssllabs/ssllabs-scan/issues/815
*https://tls.imirhil.fr/https/anna.info - "Error during analysis: TLS seems not supported on this server"


==Other==
==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/
*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/

Latest revision as of 2022-06-17T22:28:39

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