Have been using NoScript for several weeks, and Google Maps has been working fine throughout that time.
This morning I tried to search for a location in Google Maps and got a "Still Loading..." message but otherwise no response. When I traced down the 'Troubleshooting' link in Google Maps, and after trying some 'about:config' adjustments they suggested to no effect, I disabled NoScript...and everything works just fine again.
What could have changed to cause this to happen? (And how can I get NoScript running again w/o interfering w/ Google Maps?)
Google Maps stopped working
Google Maps stopped working
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 GTB5 (.NET CLR 3.5.30729) Creative ZENcast v2.00.13
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: Google Maps stopped working
Usually all you need for Google maps to work is google.com (and possibly the local site for your country, e.g. google.de or google.co.uk, N/A in US).
Maybe something got corrupted in your configuration, and you may want to try #1 at http://forums.informaction.com/viewtopi ... 1431#p4767
Maybe something got corrupted in your configuration, and you may want to try #1 at http://forums.informaction.com/viewtopi ... 1431#p4767
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)
Fixed: Google Maps stopped working
Thanks for your suggestion, Giorgio...but this did not fix the problem.
However, I looked closer and found something that I carelessly missed the first time; apparently Google Maps has added scripts from a new domain: gstatic.com
I guess I've come to expect (depend on) the 'NoScript bar' across the bottom of the the browser to warn me when one or more script domains is being blocked; for some reason this does not show up on Google Maps, and I failed to notice the small 'blocked' symbol on the NoScript 'S' icon in the lower right.
My bad.
However, I looked closer and found something that I carelessly missed the first time; apparently Google Maps has added scripts from a new domain: gstatic.com
I guess I've come to expect (depend on) the 'NoScript bar' across the bottom of the the browser to warn me when one or more script domains is being blocked; for some reason this does not show up on Google Maps, and I failed to notice the small 'blocked' symbol on the NoScript 'S' icon in the lower right.
My bad.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 GTB5 (.NET CLR 3.5.30729) Creative ZENcast v2.00.13
Re: Google Maps stopped working
thanks, to both of you. Can't imagine how I missed adding this gstatic.com link in the maps.google.com display but I managed to (surprisingly on one computer but not the other). with your tip I managed to get that cleared.
jvlb@charter.net
jvlb@charter.net
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: Google Maps stopped working
Thanks Bill, I guess I'll have to add this gstatic.com domain to the default whitelist.
It should be as "safe" as google.com (which is there for convenience), if not more: in facts, judging by the name, it should not export any dynamically generated content.
It should be as "safe" as google.com (which is there for convenience), if not more: in facts, judging by the name, it should not export any dynamically generated content.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)
Re: Google Maps stopped working
Part of the reason I run NoScript is that I want to have some idea as to who is running what before I would authorize. I certainly would not want to put gstatic on the whitelist with the assumption that all is good for every possible time that gstatic would be involved. Do you know where else it is run and why? I don't even know what new benefit it provides me with Google Maps. Because it is a surprise and gives no obvious attempt to say it is a new script that has not been authorized yet, it does raise a red flag.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: Google Maps stopped working
As the name implies, it's probably used by Google to offload static (non DB-generated) resources, such as images, stylesheets and JavaScript files.
If you want it to run from google maps only, you can add the following rule to your ABE "USER" ruleset:
If you want it to run from google maps only, you can add the following rule to your ABE "USER" ruleset:
Code: Select all
Site gstatic.com *.gstatic.com
Accept from maps.google.com
Deny
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)