You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2019. It is now read-only.
As I was trying to setup my usual nginx headers, serving the web worker behind a reverse proxy, adding SSL, ...
Here's the last error I can read in chrome console
maildrop.example.com/:30 Refused to load the stylesheet 'http://fonts.googleapis.com/css?family=Open+Sans:400,300,600' because it violates the following Content Security Policy directive: "style-src 'self' 'unsafe-inline' https://fonts.googleapis.com ".
Or:
Mixed Content: The page at 'https://maildrop.example.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Open+Sans:400,300,600'. This request has been blocked; the content must be served over HTTPS.
Would require editing web/app/views/template.scala.html, although I'm not sure how to proceed to ensure HTTP clients won't suffer that issue ....
The text was updated successfully, but these errors were encountered:
As I was trying to setup my usual nginx headers, serving the web worker behind a reverse proxy, adding SSL, ...
Here's the last error I can read in chrome console
Or:
Would require editing
web/app/views/template.scala.html
, although I'm not sure how to proceed to ensure HTTP clients won't suffer that issue ....The text was updated successfully, but these errors were encountered: