| Author |
Relative Resources over SSL working in Firefox, but trying to be non-SSL in Chrome
|
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
I'm using a JavaScript library that is applying a styles.css theme file from the JavaScript. I've debugged the code and it is creating a relative URL, so...
When this happens in Firefox, it loads just fine from the URL:
however, in Chrome, it is showing as non-SSL and Chrome is blocking it. Anyone ever had this issue before and know what might need be done to correct it?
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
Is there a background image inside of the css file with a hard-coded http?
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
I figured it out, sort of:
http://stackoverflow.com/questions/12914885/grails-resources-302s-ssl-and-chrome
|
 |
 |
|
|
subject: Relative Resources over SSL working in Firefox, but trying to be non-SSL in Chrome
|
|
|