Page MenuHomePhabricator

Third party resources loaded from "communityguidelines" tool
Closed, ResolvedPublic

Description

https://tools.wmflabs.org/communityguidelines/ attempts to load resources from Google without warning, against the privacy policy:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>

You can probably load jquery from a local copy, as you already do with the CSS.

Event Timeline

Changed to <script src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/jquery/1.12.4/jquery.min.js"></script> - thanks for the report @Nemo_bis