Open GoogleCodeExporter opened 8 years ago
The problem is that registerModulePath within the dojo file sets each module
path to
the http domain. The problem may come from the dojo build process. If the
parameter xdDojoPath is set to the full domain, with the "http" protocol, then
this will be used
for the ModulePaths within the dojo file itself. Thus even if you refer to the
https
root file, or even use the google loader, when the dojo file itself loads it
will point
the other module namespaces back to the http URL.
Original comment by sean.ne...@gmail.com
on 17 Jun 2009 at 7:19
Original comment by jscud.w...@gmail.com
on 28 Jul 2010 at 1:15
I noticed another HTTP/HTTPS crossover problem with the jquery api.
When using:
<script src="https://www.google.com/jsapi"></script>
<script>google.load("jquery", "1",null);</script>
the jsapi makes a call to http://www.google.com/uds/stats?r0=el%7Cjquery&nc=...
(for usage tracking purposes?) which causes the browser to report that the site
is not fully secure (mixed http/https). The jsapi could/should use https in
that uri in this case.
Original comment by displague
on 4 Aug 2010 at 3:34
Original issue reported on code.google.com by
egar...@gmail.com
on 16 Jun 2009 at 10:17