mirror of
https://github.com/jquery/jquery.git
synced 2026-02-02 01:25:10 -05:00
Ajax: Always use script injection in globalEval
Fixes #14757
Ref bbdfbb4ee8
This commit is contained in:
4
test/data/longLoadScript.php
Normal file
4
test/data/longLoadScript.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
sleep((int)$_GET['sleep']);
|
||||
header('Content-type: text/javascript');
|
||||
?>
|
||||
Reference in New Issue
Block a user