HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chuckhoupt

no profile record

Submissions

W3 unconditionally redirects to HTTPS, breaking software

w3.org
3 points·by chuckhoupt·vor 4 Jahren·0 comments

comments

chuckhoupt
·vor 9 Monaten·discuss
The classical answer is that the S stands for Server-Side-Incude (SSI). SSI source typically uses the extension .shtml. More info:

https://en.wikipedia.org/wiki/Server_Side_Includes
chuckhoupt
·vor 4 Jahren·discuss
Ah, but it's (roughly) 88x31 CSS Pixels!
chuckhoupt
·vor 4 Jahren·discuss
Just last week I updated one of those for Retina/HDPI:

https://houptlab.org/img/made-on-a-mac-20221117.png
chuckhoupt
·vor 4 Jahren·discuss
Thanks [I'm the author]. I tested with Chrome 105 on macOS and it succeeded. Possibly there are OS/plugin/etc issues?

Of course, I know there is no guarantee that every browsers innerHTML implementation will produce exactly the same result, but so far I haven't found any variation (Chrome, FF, Safari, Edge).
chuckhoupt
·vor 5 Jahren·discuss
I think this was a bug in the site, which appears to now been fixed.
chuckhoupt
·vor 5 Jahren·discuss
Note that HTTP is also upgraded if the UA requests it with the Upgrade-Insecure-Requests header:

  $ curl -I -H 'Upgrade-Insecure-Requests: 1' 'http://www.w3.org/Provider/Style/URI.html'
  HTTP/1.1 307 Temporary Redirect
  location: https://www.w3.org/Provider/Style/URI.html
  vary: Upgrade-Insecure-Requests