Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
djangoldp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
djangoldp-packages
djangoldp
Merge requests
!212
update: configurable CORS headers, default includes DPoP
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update: configurable CORS headers, default includes DPoP
dispatch-dpop
into
master
Overview
1
Commits
2
Pipelines
2
Changes
2
Merged
Calum Mackervoy
requested to merge
dispatch-dpop
into
master
4 years ago
Overview
1
Commits
2
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 1
f9405ba7
4 years ago
master (base)
and
latest version
latest version
ee56c8d3
2 commits,
4 years ago
version 1
f9405ba7
1 commit,
4 years ago
2 files
+
5
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
djangoldp/conf/default_settings.py
+
2
−
0
Options
@@ -134,6 +134,8 @@ DCS_SESSION_COOKIE_SAMESITE = 'none'
AUTHENTICATION_BACKENDS
=
[
'
django.contrib.auth.backends.ModelBackend
'
,
'
guardian.backends.ObjectPermissionBackend
'
]
OIDC_ACCESS_CONTROL_ALLOW_HEADERS
=
'
Content-Type, if-match, accept, authorization, DPoP
'
# The minimum number of seconds a password reset link is valid for
PASSWORD_RESET_TIMEOUT
=
60
*
60
*
24
*
3
Loading