authelia/internal/middlewares
James Elliott 556a115c83
fix(server): missing modern security headers (#3288)
This fixes an issue with missing modern security headers such as the X-Content-Type-Options, Referer-Policy, etc.
2022-05-03 12:19:30 +10:00
..
asset_override.go fix(server): missing modern security headers (#3288) 2022-05-03 12:19:30 +10:00
authelia_context.go refactor(configuration): remove ptr for duoapi and notifier (#3200) 2022-04-16 09:34:26 +10:00
authelia_context_test.go refactor(configuration): remove ptr for duoapi and notifier (#3200) 2022-04-16 09:34:26 +10:00
const.go fix(server): missing modern security headers (#3288) 2022-05-03 12:19:30 +10:00
cors.go feat(oidc): provide cors config including options handlers (#3005) 2022-04-07 10:58:51 +10:00
cors_test.go feat(oidc): provide cors config including options handlers (#3005) 2022-04-07 10:58:51 +10:00
errors.go fix: oidc issuer path and strip path middleware (#2272) 2021-08-10 10:31:08 +10:00
headers.go fix(server): missing modern security headers (#3288) 2022-05-03 12:19:30 +10:00
http_to_authelia_handler_adaptor.go refactor(handlers): lower case error messages (#2289) 2021-09-17 15:53:40 +10:00
identity_verification.go refactor(configuration): remove ptr for duoapi and notifier (#3200) 2022-04-16 09:34:26 +10:00
identity_verification_test.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
log_request.go fix(server): missing modern security headers (#3288) 2022-05-03 12:19:30 +10:00
log_request_test.go fix(server): missing modern security headers (#3288) 2022-05-03 12:19:30 +10:00
password_policy.go feat(server): zxcvbn password policy server side (#3151) 2022-04-15 19:30:51 +10:00
password_policy_test.go feat(server): zxcvbn password policy server side (#3151) 2022-04-15 19:30:51 +10:00
require_first_factor.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
strip_path.go fix(server): missing modern security headers (#3288) 2022-05-03 12:19:30 +10:00
timing_attack_delay.go fix(middlewares): smart delay on reset password (#2767) 2022-01-21 10:46:13 +11:00
timing_attack_delay_test.go fix(middlewares): smart delay on reset password (#2767) 2022-01-21 10:46:13 +11:00
types.go refactor: misc password policy refactoring (#3102) 2022-04-03 10:48:26 +10:00