rhymix/classes/display
Kijin Sung 21072195c0 Prevent overwriting jQuery and other common scripts
- Block third-party programs trying to load their own version of jQuery
- Block obsolete scripts such as xe.css and xe.js
- Block minified versions of the above, too
- Increase blocking index threshold from 1,500,000 to 1,500,000,000
- Add unit tests for script blocking
2017-07-02 00:36:19 +09:00
..
DisplayHandler.class.php 02731e1 보완 2017-04-27 11:01:28 +09:00
HTMLDisplayHandler.php Prevent overwriting jQuery and other common scripts 2017-07-02 00:36:19 +09:00
JSCallbackDisplayHandler.php Don't use home-made JSON encoder in display handlers 2016-01-08 20:38:35 +09:00
JSONDisplayHandler.php Also fix JSON encoding when the result contains objects not arrays 2016-02-27 14:27:46 +09:00
VirtualXMLDisplayHandler.php Eliminate redundant redirect through redirect.html 2016-02-25 15:11:51 +09:00
XMLDisplayHandler.php Replace CDATA with proper escape in XML output 2017-02-27 22:47:26 +09:00