Try Canary $ cat bin/canary #!/bin/sh
open -a Google\ Chrome\ Canary --args --disable-web-security --user-data-dir > On 12 Jan 2017, at 21:22, N Troncoso <[email protected]> wrote: > > 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 [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/google-web-toolkit > <https://groups.google.com/group/google-web-toolkit>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
