I use RequestPolicy and I noticed tons of websites make requests to ajax.googleapis.com to fetch jQuery. With the recent revelations about Google handing over information to the NSA, I've become slightly worried about making so many requests to Google even when not visiting Google.
It looks like the file is being cached, but it's still making a request. Is there a way to load jQuery locally or force the browser to use the cached jQuery file instead of requiring to make a request to Google?