summaryrefslogtreecommitdiff
path: root/tests/test_config/test_security.py
AgeCommit message (Collapse)Author
2020-07-12Run isort 5.x across code baseBert JW Regeer
2019-12-27isortMichael Merickel
2019-10-17support Origin: null in csrf_trusted_origins and check_origin=FalseMichael Merickel
2019-09-30Merge pull request #3465 from luhn/security-policyMichael Merickel
Security policy implementation
2019-09-19Add allow_no_origin option to CSRF.Theron Luhn
2019-02-19Set legacy policy when using authn/authz policies.Theron Luhn
2019-02-17Implement setting ISecurityPolicy in the configurator.Theron Luhn
2018-10-15fix lint on testsMichael Merickel
2018-10-15format source using blackMichael Merickel
2018-10-14move tests out of the packageMichael Merickel