Thursday, January 12, 2017

Super Dev Mode stopped working in Chrome

Super Dev Mode is no longer working for me in Chrome. It used to give me the little shield in the address bar that let me accept mixed content. That got annoying, so I added the "--allow-running-insecure-content" parameter and it didn't make me go through that anymore.

Now, in Chrome 55, the shield looks different, and even when I click Load Unsafe Scripts, I get an error in the console like this:

"Mixed Content: The page at 'https://localhost:8443/weboffice/' was loaded over HTTPS, but requested an insecure script 'http://localhost:9876/Home/FFC7A6090089FC6C17C3AE41F1F2F628.cache.js'. This request has been blocked; the content must be served over HTTPS."

The only thing I found so far is to add the parameter "--disable-web-security", but that didn't work.

Does anyone have a work around for this issue? I am using SSL.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment