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
jonherrmann
changed the title
Web interface not loading with Safari Browser
Force using HTTPS / Web interface not loading with Safari Browser
Sep 12, 2018
The jsdelivr CDN enabled HSTS. Using the ETF Web UI with HTTP without S no longer works.
jonherrmann
changed the title
Force using HTTPS / Web interface not loading with Safari Browser
Force using HTTPS in requirejs (Cross-Origin Resource Sharing policy error in console)
Sep 12, 2018
Error in console:
Cross-origin redirection to https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.3/toastr.min.js denied by Cross-Origin Resource Sharing policy: Origin http://X is not allowed by Access-Control-Allow-Origin.
The issue occurs with Safari (iOS and macOS), Chrome ans IE 11 when the web interface is opened using http without s.
Workaround for deployments: redirect all http requests to https .
The text was updated successfully, but these errors were encountered: