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
While running Safari Technology Preview 14 on OS X El Capitan 10.11.6, sqltap loads several external CSS and JavaScript resources over HTTP instead of HTTPS. When the instrumented web app is running over HTTPS, the non-HTTPS resources requested by sqltap are refused by the browser:
Would it be possible to make external resources always load over HTTPS, or ship them within sqltap?
Thanks so much for making such a great tool. It's one of my go-to debugging tricks!
Update: Chrome 53 behaves in the same way, but additionally reports that sqltap is insecurely loading the parent site's favicon.
The text was updated successfully, but these errors were encountered:
While running Safari Technology Preview 14 on OS X El Capitan 10.11.6, sqltap loads several external CSS and JavaScript resources over HTTP instead of HTTPS. When the instrumented web app is running over HTTPS, the non-HTTPS resources requested by sqltap are refused by the browser:
Would it be possible to make external resources always load over HTTPS, or ship them within sqltap?
Thanks so much for making such a great tool. It's one of my go-to debugging tricks!
Update: Chrome 53 behaves in the same way, but additionally reports that sqltap is insecurely loading the parent site's favicon.
The text was updated successfully, but these errors were encountered: