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