diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-04-13 12:54:26 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2014-04-13 12:54:26 +0200 |
commit | 387d46cb988ba2e617de9ede0ff6fb8430e59758 (patch) | |
tree | 37b2c8f5deac48a9a8d2efee8faa4b02e3db7b4a /lib/base.php | |
parent | b04d95b1160673dbaa80ce214f22e931e8c93178 (diff) | |
download | nextcloud-server-387d46cb988ba2e617de9ede0ff6fb8430e59758.tar.gz nextcloud-server-387d46cb988ba2e617de9ede0ff6fb8430e59758.zip |
Typo + Line breaks
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/base.php b/lib/base.php index 34baba69d4c..5fb7b0b4675 100644 --- a/lib/base.php +++ b/lib/base.php @@ -214,11 +214,9 @@ class OC { } /* - * This function adds some security related headers to all requests - * served via base.php - * The implementation of this function as to happen here to ensure that - * all third-party components (e.g. SabreDAV) also benefit from this - * headers + * This function adds some security related headers to all requests served via base.php + * The implementation of this function as hto happen here to ensure that all third-party + * components (e.g. SabreDAV) also benefit from this headers. */ public static function addSecurityHeaders() { header('X-XSS-Protection: 1; mode=block'); // Enforce browser based XSS filters |