When my module is fetched by a page accessed via http, it is good, but when the page is accessed via https I get"
configure-0.js:14352 Uncaught com.google.gwt.core.client.JavaScriptException: (SecurityError) : Blocked a frame with origin "https://htmlhub.io" from accessing a cross-origin frame.
It is not a CORS issue, because the module does start up and runs ok until it encounter any attempt to access $(window); e.g. int w = $(window).width();
When my module is fetched by a page accessed via http, it is good, but when the page is accessed via https I get"
It is not a CORS issue, because the module does start up and runs ok until it encounter any attempt to access$(window); e.g. int w = $ (window).width();