aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Http/ContentSecurityPolicyTest.php
Commit message (Expand)AuthorAgeFilesLines
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-63/+63
* test: Adjust tests for CSP nonceFerdinand Thiessen2024-08-131-120/+120
* chore: Add SPDX headerAndy Scherzinger2024-05-131-4/+3
* fix(CSP): Only add `strict-dynamic` when using noncesFerdinand Thiessen2023-11-171-58/+58
* fix!(ContentSecurityPolicy): Make `strict-dynamic` enabled by default on `scr...Ferdinand Thiessen2023-11-171-76/+73
* feat(ContentSecurityPolicy): Allow to set `strict-dynamic` on `script-src-ele...Ferdinand Thiessen2023-11-171-0/+37
* Allow "wasm-unsafe-eval" in CSPDaniel Calviño Sánchez2023-08-101-0/+7
* chore(appframework)!: Drop \OCP\AppFramework\Http\EmptyContentSecurityPolicy:...Christoph Wurst2023-06-121-17/+1
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Allow to set a strict-dynamic CSP through the APIJulius Härtl2022-03-091-0/+17
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* Update CSP test cases to handle the new form-actionRoeland Jago Douma2019-07-311-58/+58
* Set default frame-ancestors to 'self'Roeland Jago Douma2019-01-081-58/+58
* CSP: Allow fonts to be provided in dataRoeland Jago Douma2019-01-071-58/+58
* Disallow unsafe-eval by defaultRoeland Jago Douma2018-10-141-56/+63
* Add CSP frame-ancestors supportThomas Citharel2017-09-151-0/+41
* Fix unit testsMorris Jobke2017-03-281-52/+52
* Add base-uri to CSP policyLukas Reschke2017-03-161-52/+52
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+429