I just started to test the idea behind "protocol less Urls".
The problem I´m looking to solve is: on a https page I need to load an external css file from http.
Doing this the "normal" way results in failure... the css file is blocked. (Just testing with chrome for now).
So my question is: Will "protocol less Urls" load the file from http/https/both?