Top "Browser-security" questions

Finding All Insecure Content on a Secure Page

What's the most efficient way to find a list of all non-HTTPS URLs requested by an HTTPS page? If this …

browser security browser-security
How to override content security policy while including script in browser JS console?

I was trying to include JQuery on an existing website using console this way: var script = document.createElement('script'); script.…

javascript browser-extension content-security-policy browser-security
IE: HTTPS security is compromised by res://ieframe.dll/sslnavcancel.htm

I'm working on an ecommerce application that has many HTTPS-only areas. This particular error only happens in IE (10 at least, …

internet-explorer https browser-security
How to remove 'Authorization: Basic username:password' header from browser

I've been trying to make use of the native login prompt that is available in browsers: and have been following …

javascript http browser security browser-security