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 has been archived by the owner on Oct 2, 2022. It is now read-only.
My development VM is set up to use TLS, with forced redirects from plain HTTP to HTTPS as I'm trying to build/test in as close an environment to production as possible. One (incredibly minor) issue with this is that DBV attempts to load a Google font over plain HTTP which gets blocked in the browser.
The culprit is line 2 in public/stylesheets/dbv.css:
Hi!
My development VM is set up to use TLS, with forced redirects from plain HTTP to HTTPS as I'm trying to build/test in as close an environment to production as possible. One (incredibly minor) issue with this is that DBV attempts to load a Google font over plain HTTP which gets blocked in the browser.
The culprit is line 2 in public/stylesheets/dbv.css:
Can I please suggest that this URI gets changed to HTTPS, or at least to the protocol relative
//fonts.googleapis.com/...
.Thanks!
The text was updated successfully, but these errors were encountered: