Bug #25283
Make http links protocol agnostic
Start date:
12/03/2020
Due date:
% Done:
0%
Estimated time:
First Occurred:
Occurs In:
Stakeholders:
CMS, OSG
Description
Chrome starts stopping insecure links from within https pages.
this was raised in https://github.com/glideinWMS/glideinwms/issues/34
I noticed that the latest version of Chrome blocks the loading of jquery in the frontend's web interface. This is because it is linked over http:// even when https:// is used to to load the page. Here's an example link: <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/> Can we always load this resource over HTTPS?
The solution is to make those links protocol agnostic so they will work w/ both http and https
History
#1 Updated by Marco Mambelli about 2 months ago
- Status changed from New to Resolved
Changes are in v36/25283
#2 Updated by Marco Mambelli about 1 month ago
- Status changed from Resolved to Closed