diff options
| author | 2016-08-31 15:56:59 +0200 | |
|---|---|---|
| committer | 2016-08-31 15:56:59 +0200 | |
| commit | e098119441b5a2d15bb2ba395dcdc90a0c345e2c (patch) | |
| tree | 02f02bfbf00282c3dd328f2034b3138b9d7aa1b6 /p/api | |
| parent | c25fdbcc0990b637e305665a456e52e1aa3dec0a (diff) | |
| parent | 57705c679b56b0f9eb5c343fd24f15fc80926b5b (diff) | |
Merge branch 'FreshRSS/dev' into PostgreSQL
Diffstat (limited to 'p/api')
| -rw-r--r-- | p/api/pshb.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p/api/pshb.php b/p/api/pshb.php index 136b98fc9..650767114 100644 --- a/p/api/pshb.php +++ b/p/api/pshb.php @@ -5,6 +5,7 @@ require(LIB_PATH . '/lib_rss.php'); //Includes class autoloader define('MAX_PAYLOAD', 3145728); header('Content-Type: text/plain; charset=UTF-8'); +header('X-Content-Type-Options: nosniff'); function logMe($text) { file_put_contents(USERS_PATH . '/_/log_pshb.txt', date('c') . "\t" . $text . "\n", FILE_APPEND); |
