www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15697] New: The script for This Week in D is served over HTTP

https://issues.dlang.org/show_bug.cgi?id=15697

          Issue ID: 15697
           Summary: The script for This Week in D is served over HTTP even
                    when accessing the website over HTTPs.
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dlang.org
          Assignee: nobody puremagic.com
          Reporter: opantm2+dbugs gmail.com

This results in Edge/IE displaying a message saying that only secure content is
displayed, while Chrome just completely blocks the script without warning. The
site it's being served from does seem to support HTTPs 
(https://arsdnet.net/this-week-in-d/twid-latest.js), so it's just a matter of
using // for the protocol instead of http://.

--
Feb 17 2016