aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Add edge as supported user agent for CSPv3 noncesJulius Härtl2024-03-111-0/+1
* Refactors lib/private/Security.Faraz Samapoor2023-09-271-19/+6
* Fix detection of firefox in ContentSecurityPolicyNonceManagerCarl Schwan2022-06-291-4/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* fix safari useragent for versions with 3 digitsPavel Krasikov2020-03-141-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+4
* Add support for CSP_NONCE server variableSam Bull2019-07-181-1/+5
* Add nonce for Safari 12+Roeland Jago Douma2018-10-211-0/+2
* Make OC\Security\CSP strictRoeland Jago Douma2018-03-051-2/+3
* Update license headersMorris Jobke2017-11-061-0/+4
* Safari CSPv3 support is sub-parLukas Reschke2016-12-141-2/+0
* Identify Chromium as ChromeJoas Schilling2016-10-261-2/+2
* Missing returns + autoloader fileLukas Reschke2016-10-251-0/+1
* Move browserSupportsCspV3 to CSPNonceManagerRoeland Jago Douma2016-10-251-1/+28
* Add ContentSecurityPolicyNonceManagerLukas Reschke2016-10-241-0/+54