Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Blog pages render without CSS when browsing to the site using HTTPS #17

Open
jeremy-jameson opened this issue Jan 31, 2012 · 0 comments

Comments

@jeremy-jameson
Copy link

Using HTTPS, browse to a Subtext blog page in which the skin specifies an absolute URL for the CSS file using HTTP (e.g. http://www.technologytoolbox.com/Themes/Theme-1.0/Theme-1.0.5.min.css). In this scenario, Firefox (6.0.2) renders the page as expected, but Internet Explorer 9 does not (it renders without CSS and displays a warning - "Only secure content is displayed" -- along with a button to "Show all content").

Ideally, the CSS file could be specifed using a server-relative URL (e.g. "/Themes/Theme-1.0/Theme-1.0.5.min.css") but this doesn't currently work in Subtext 2.5).

Workaround:

Specify an absolute URL for the CSS file using HTTPS (e.g. https://www.technologytoolbox.com/Themes/Theme-1.0/Theme-1.0.5.min.css).

jeremy-jameson referenced this issue in technology-toolbox/Subtext Jan 31, 2012
…in.config file (and treat these CSS references as "remote")
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant