Skip to content

Commit c2ffe00

Browse files
committed
Fix #37
1 parent 132186d commit c2ffe00

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Example.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
// For the sake of this example
55
Header( 'Content-Type: text/plain' );
6+
Header( 'X-Content-Type-Options: nosniff' );
67

78
// Edit this ->
89
define( 'SQ_SERVER_ADDR', 'localhost' );

RconExample.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
// For the sake of this example
55
Header( 'Content-Type: text/plain' );
6+
Header( 'X-Content-Type-Options: nosniff' );
67

78
// Edit this ->
89
define( 'SQ_SERVER_ADDR', 'localhost' );

0 commit comments

Comments
 (0)