Added in support for content-type sniffing for scripts. Fixes #5718.
This commit is contained in:
parent
787f271052
commit
6861b5d4eb
3 changed files with 25 additions and 6 deletions
7
test/data/script.php
Normal file
7
test/data/script.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
error_reporting(0);
|
||||
if ( $_REQUEST['header'] ) {
|
||||
header("Content-type: text/javascript");
|
||||
}
|
||||
?>
|
||||
ok( true, "Script executed correctly." );
|
Loading…
Add table
Add a link
Reference in a new issue