We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132186d commit c2ffe00Copy full SHA for c2ffe00
Example.php
@@ -3,6 +3,7 @@
3
4
// For the sake of this example
5
Header( 'Content-Type: text/plain' );
6
+ Header( 'X-Content-Type-Options: nosniff' );
7
8
// Edit this ->
9
define( 'SQ_SERVER_ADDR', 'localhost' );
RconExample.php
0 commit comments