Prevent JavaScript errors on the Manual Updates pages.

Review Request #5800 — Created May 12, 2014 and submitted

Information

Review Board
release-2.0.x
91cbf15...

Reviewers

The Manual Updates page tried to load the JS catalog, needed in order to
expose gettext() for the other scripts being loaded. That path wasn't
explicitly allowed, resulting in HTML being sent back as the script
contents, causing the browser to show some errors.

We may want to consider just blocking off all script loading. That will
require blocking extensions as well, though, and possibly daeling with
other corner cases. In the meantime, allow the JS catalog to be loaded.

First saw this on my local install before upgrading the version in the
DB to RC 3. After the fix, I no longer saw a series of JavaScript errors.

david
  1. Ship It!

  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (e6dd4f9)
Loading...