diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-10-25 22:13:09 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-10-25 22:13:09 +0200 |
commit | 015affb082a7c9bbfeef552b3c74e5ae77e01ab3 (patch) | |
tree | d6e0e39ac249dad1c8639dd082bdf64b068f0ec4 /lib/private/Security | |
parent | 6dbe417c51125419516dd29ebe4e529926c41a0f (diff) | |
download | nextcloud-server-015affb082a7c9bbfeef552b3c74e5ae77e01ab3.tar.gz nextcloud-server-015affb082a7c9bbfeef552b3c74e5ae77e01ab3.zip |
Missing returns + autoloader file
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'lib/private/Security')
-rw-r--r-- | lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php b/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php index fe1c2e4404b..e6a39b12a42 100644 --- a/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php +++ b/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php @@ -60,6 +60,7 @@ class ContentSecurityPolicyNonceManager { /** * Check if the browser supports CSP v3 + * * @return bool */ public function browserSupportsCspV3() { |