[Issue 15697] 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 20:11:50 PST 2016


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

--- Comment #1 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/c3352c0d842bb77e439e8e1324c1890f0ea4810c
Fix issue 15697 - The TWID script is always served over HTTP

This changes it to use // for the protocol to fix issues like the script being
ignored by Chrome and warnings being displayed in Edge / IE.

https://github.com/D-Programming-Language/dlang.org/commit/2ceda72b23380f69c9216a1dc479522f85065b23
Merge pull request #1238 from Kapps/patch-1

Fix issue 15697 - The TWID script is always served over HTTP

--


More information about the Digitalmars-d-bugs mailing list