diff --git a/Example.php b/Example.php index 3d58c9c..e08b069 100644 --- a/Example.php +++ b/Example.php @@ -3,6 +3,7 @@ // For the sake of this example Header( 'Content-Type: text/plain' ); + Header( 'X-Content-Type-Options: nosniff' ); // Edit this -> define( 'SQ_SERVER_ADDR', 'localhost' ); diff --git a/RconExample.php b/RconExample.php index f7b140c..ef5170f 100644 --- a/RconExample.php +++ b/RconExample.php @@ -3,6 +3,7 @@ // For the sake of this example Header( 'Content-Type: text/plain' ); + Header( 'X-Content-Type-Options: nosniff' ); // Edit this -> define( 'SQ_SERVER_ADDR', 'localhost' );