https://bugzilla.wikimedia.org/show_bug.cgi?id=33269

Bawolff <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
            Summary|External links which start  |protocol relative urls do
                   |with "//" are rendered as   |not have "secure" pad-lock
                   |normal ELs and not as       |icon when browsing from
                   |secure even if HTTPS        |https and are thus secure
                   |                            |links

--- Comment #1 from Bawolff <[email protected]> 2011-12-20 10:21:56 UTC ---
Hmmm.

Those padlock icons are done through css like a.external[href^="https://";]
which won't trigger for protocol relative.


Not sure if its possible to serve some css only to secure folks with a
a.external[href^="//"] type rule. It seems like that would conflict with the
whole one version of things regardless of protocol.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to