Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

help.openstreetmap.org uses Google for loading JQuery #3557

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment
Closed

help.openstreetmap.org uses Google for loading JQuery #3557

openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment

Comments

@openstreetmap-trac
Copy link

Reporter: woodpeck
[Submitted to the original trac issue database at 10.49pm, Tuesday, 1st March 2011]

The help.openstreetmap.org main page loads the JQuery library through a call to a Google "jsapi" service. This means that anyone looking at our help page shows up as a statistic on Google. It's not a big problem really but if we could afford to host JQuery ourselves then our users would have a tad more privacy.

That would mean replacing the lines

<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">google.load("jquery", "1.4.2");</script>

with something that points to a local install of

http://code.jquery.com/jquery-1.4.2.min.js

@openstreetmap-trac
Copy link
Author

Author: TomH
[Added to the original trac issue at 1.15pm, Saturday, 5th March 2011]

The file you are referring to is part of the package we are using and not user configurable by us. The correct place to report this would be the OSQA bug tracker.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant