Comment #0 by alphaglosined — 2015-01-21T08:42:14Z
On Chrome 39 dlang.org shows in dev console:
Uncaught SecurityError: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with origin "http://dlang.org" from accessing a frame with origin "https://platform.twitter.com". The frame requesting access has a protocol of "http", the frame being accessed has a protocol of "https". Protocols must match.
Suggestion of fix, use // instead of manually specifying http:// or https://.
// is shorthand for current transport.
Comment #1 by dlang-bugzilla — 2015-01-21T08:47:37Z
The Twitter code already uses the current protocol. The error message you are seeing is coming not from the website, but from the extension Adblock Plus.