Re: Super Dev Mode stopped working in Chrome

2017-01-13 Thread Filipe Sousa
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 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 acce

Re: Super Dev Mode stopped working in Chrome

2017-01-12 Thread Thomas Broyer
You may want to try out https://github.com/tbroyer/gwt-devserver -- 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+unsubscr...@googlegroups.com. To

Re: Super Dev Mode stopped working in Chrome

2017-01-12 Thread Jens
Don't use SSL or install a local reverse proxy (apache, nginx) that accepts SSL and proxies the request to SDM using non-SSL connection. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving email

Super Dev Mode stopped working in Chrome

2017-01-12 Thread N Troncoso
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 sh