[Issue 15697] New: The script for This Week in D is served over HTTP even when accessing the website over HTTPs.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Feb 17 19:01:26 PST 2016


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 at puremagic.com
          Reporter: opantm2+dbugs at 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://.

--


More information about the Digitalmars-d-bugs mailing list