[PATCH] D51255: [WWW] Use https instead of http to fix page problems

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 25 01:46:54 PDT 2018


jdoerfert created this revision.
jdoerfert added a reviewer: tonic.
Herald added a subscriber: bollu.

The webpage seems to support https:// by now but we only changed some of the links.

This is the reason why (for me) some pages are not working properly. E.g.,
I get no css here "https://llvm.org/foundation/" because of:
 Blocked loading mixed active content “http://llvm.org/llvm.css 
[explained here: https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content]

This patch would change all leftover http addresses to https, basically the result of:

  replace 'http://llvm.org/' 'https://llvm.org/'

Are there objections or reasons not to do this?


https://reviews.llvm.org/D51255

Files:
  Features.html
  OpenProjects.html
  ProjectsWithLLVM/index.html
  RandomBoxes/002-LLVM-TV.html
  Users.html
  demo/DemoInfo.html
  demo/index.cgi
  devmtg/2007-05/index.html
  devmtg/2007-05/podcast.xml
  devmtg/2013-11/slides/BenchmarkBOFNotes.html
  devmtg/2015-04/index.html
  devmtg/2017-03/2016/10/14/cfc-out.html
  devmtg/2017-03/2016/10/14/venue-selected.html
  devmtg/2017-03/2017/01/11/registration-open.html
  devmtg/2017-03/2017/01/21/student-travel-grants.html
  devmtg/2017-03/2017/02/20/accepted-sessions.html
  devmtg/2017-03/about.html
  devmtg/2017-03/assets/js/init.js
  devmtg/2017-03/blog/index.html
  devmtg/2017-03/index.html
  devmtg/2017-03/left-sidebar.html
  devmtg/2017-03/no-sidebar.html
  devmtg/2017-03/past.html
  devmtg/2017-03/program.html
  devmtg/2017-03/right-sidebar.html
  devmtg/2017-03/two-sidebar.html
  devmtg/2017-03/venue.html
  devmtg/2017-10/index.html
  devmtg/2018-04/index.html
  devmtg/2018-10/index.html
  foundation/header.incl
  header.incl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51255.162540.patch
Type: text/x-patch
Size: 389663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180825/460b717c/attachment-0001.bin>


More information about the llvm-commits mailing list