Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address mixed http https content #2

Closed
phillxnet opened this issue Jun 23, 2021 · 1 comment · Fixed by #13
Closed

Address mixed http https content #2

phillxnet opened this issue Jun 23, 2021 · 1 comment · Fixed by #13

Comments

@phillxnet
Copy link
Member

Since our more recent move to hosting via https, see: rockstor/rockstor-core#2226 we are generating mixed content warning/erros in browsers. Notably, and likely redundant, is an http font link thus:

Blocked loading mixed active content “http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800”

This should be resolved or removed as appropriate; along with all other hard coded http links, where possible.

@phillxnet
Copy link
Member Author

I am currently working on this issue.

phillxnet added a commit to phillxnet/rockstor-website that referenced this issue Jul 6, 2021
Includes:
- fix typo in rockstor.com https link
- move external shop.rockstor.com links to https
- move remaining explicit external http links to https
- remove unused http fonts.googleapis.com imports
phillxnet added a commit that referenced this issue Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant