After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 719496 - build.g.o JS isn't self-contained
build.g.o JS isn't self-contained
Status: RESOLVED FIXED
Product: gnome-continuous
Classification: Other
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: GNOME Continuous maintainer(s)
GNOME Continuous maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-11-28 15:50 UTC by Christian Persch
Modified: 2013-11-28 17:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2013-11-28 15:50:44 UTC
The build.gnome.org website doesn't work at all, unless I allow JS from ajax.googleapis.com:

<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0/angular-route.min.js"></script>

It appears that angular.js is free software (http://angularjs.org/, MIT licensed), so gnome should self-host these files instead of loading them from an untrusted third party site.