nextcloud-server/lib/private/Security
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 +07:00
..
Bruteforce Refactors lib/private/Security. 2023-09-27 09:03:15 +07:00
CSP feat(ContentSecurityPolicy): Allow to set `strict-dynamic` on `script-src-elem` only 2023-11-17 11:12:57 +07:00
CSRF Refactors lib/private/Security. 2023-09-27 09:03:15 +07:00
FeaturePolicy Refactors lib/private/Security. 2023-09-27 09:03:15 +07:00
IdentityProof Refactors lib/private/Security. 2023-06-26 15:03:13 +07:00
Normalizer Simplify IP address normalizer with IP masks 2023-11-08 11:55:07 +07:00
RateLimiting feat(appframework): Expose programmatic rate limiter 2023-09-20 20:25:27 +07:00
VerificationToken Refactors lib/private/Security. 2023-06-26 15:03:13 +07:00
Certificate.php Update lib/private/Security/Certificate.php 2023-09-21 11:20:12 +07:00
CertificateManager.php Refactors lib/private/Security. 2023-09-21 11:20:12 +07:00
CredentialsManager.php Refactors lib/private/Security. 2023-09-21 11:20:12 +07:00
Crypto.php Refactors lib/private/Security. 2023-09-21 11:20:12 +07:00
Hasher.php Refactors lib/private/Security. 2023-09-21 11:20:12 +07:00
RemoteHostValidator.php Refactors lib/private/Security. 2023-09-21 11:20:12 +07:00
SecureRandom.php Refactors lib/private/Security. 2023-09-21 11:20:12 +07:00
TrustedDomainHelper.php Refactors lib/private/Security. 2023-09-21 11:20:12 +07:00