nextcloud/tests/lib/AppFramework
Ferdinand Thiessen 7df9eb3351 feat(ContentSecurityPolicy): Allow to set strict-dynamic on script-src-elem only
This adds the possibility to set `strict-dynamic` on `script-src-elem` only while keep the default rules for `script-src`.
The idea is to allow loading module js which imports other files and thus does not allow nonces on import but on the initial script tag.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-17 11:12:57 +01:00
..
Bootstrap feat(app-framework): Add support for global middlewares 2023-01-26 11:54:28 +01:00
Controller Change X-Robots-Tag header from "none" to "noindex, nofollow" 2023-02-15 20:16:51 +01:00
Db composer run cs:fix 2023-01-20 11:45:08 +01:00
DependencyInjection feat(app-framework): Add support for global middlewares 2023-01-26 11:54:28 +01:00
Http feat(ContentSecurityPolicy): Allow to set strict-dynamic on script-src-elem only 2023-11-17 11:12:57 +01:00
Middleware techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 2023-08-28 15:50:45 +02:00
OCS Allow stdClass in XML responses 2023-06-13 11:44:47 +02:00
Routing DI for Router 2023-02-13 22:51:14 +01:00
Utility feat(dependencyinjection): Allow optional (nullable) services 2023-11-03 11:53:43 +01:00
AppTest.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00