authelia/internal
James Elliott 706fbfdb2c
fix(session): ensure default cookie samesite value is lax (#1926)
This implements a change to the default behaviour of the cookies generated by the sessions package. The old behaviour was to set the SameSite=None, this changes it to SameSite=Lax. Additionally this puts the option in the hands of the end-user so they can decide for themselves what the best option is.
2021-04-18 10:02:04 +10:00
..
authentication fix: removed deprecated smtp/ldap options (#1912) 2021-04-16 11:44:37 +10:00
authorization fix(validator): misleading warning for empty acl domains (#1898) 2021-04-14 20:53:23 +10:00
commands [MISC] Address errors from linter updates (#1308) 2020-09-04 13:20:17 +10:00
configuration fix(session): ensure default cookie samesite value is lax (#1926) 2021-04-18 10:02:04 +10:00
duo [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
handlers fix: removed deprecated smtp/ldap options (#1912) 2021-04-16 11:44:37 +10:00
logging [BUGFIX] Disable colored logging outputs when file is specified (#1603) 2021-01-15 22:16:41 +11:00
middlewares feat(session): add redis sentinel provider (#1768) 2021-03-10 10:03:05 +11:00
mocks feat(session): add redis sentinel provider (#1768) 2021-03-10 10:03:05 +11:00
models [MISC] Implement golint recommendations (#885) 2020-04-20 23:03:38 +02:00
notification fix(notification): don't remove file based notifier on start up (#1862) 2021-03-31 13:27:31 +11:00
regulation [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
server fix(server): send 404 on missing api endpoints instead of 405 (#1806) 2021-03-11 18:36:58 +11:00
session fix(session): ensure default cookie samesite value is lax (#1926) 2021-04-18 10:02:04 +10:00
storage [CI] Update QEMU to v5.1.0-2 (#1321) 2020-09-18 22:05:43 +10:00
suites fix(suites): ensure k8s suite utilises the registry cache (#1921) 2021-04-15 12:07:19 +10:00
templates fix(web): improve 2fa enrollment process (#1706) 2021-02-12 16:59:42 +11:00
utils fix: removed deprecated smtp/ldap options (#1912) 2021-04-16 11:44:37 +10:00