Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Set protocol relative (let the browser decide) #6511

Closed
rightvision opened this issue Dec 3, 2013 · 2 comments
Closed

Set protocol relative (let the browser decide) #6511

rightvision opened this issue Dec 3, 2013 · 2 comments
Labels

Comments

@rightvision
Copy link

In PageRegular.php the protocol for jquery, mootools and google fonts should be
$protocol = '//';
instead of
$protocol = \Environment::get('ssl') ? 'https://' : 'http://';
This will allow Proxy-System with SSL (eg STUNNEL) to run the pages without any error, as with STUNNEL the protocol at the server is still http.

@leofeyer
Copy link
Member

Protocol relative URLs are not supported by IE8, therefore we will only implement the feature once we are dropping IE8 support.

@leofeyer
Copy link
Member

leofeyer commented May 3, 2015

Meanwhile implemented.

@leofeyer leofeyer closed this as completed May 3, 2015
@leofeyer leofeyer modified the milestone: 3.x.x Jun 5, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants