Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CYBELE
data
Query Builder
Commits
713d4f5f
Commit
713d4f5f
authored
Jan 21, 2022
by
Gabriele Giammatteo
Browse files
Merge branch 'test-embedding' into 'master'
allow csrf token set also from different origins See merge request
!7
parents
bebe63cb
d49ef1af
Pipeline
#6510
passed with stages
in 13 minutes and 56 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
cybele_advanced_query_builder/settings/settings_base.py
cybele_advanced_query_builder/settings/settings_base.py
+4
-0
No files found.
cybele_advanced_query_builder/settings/settings_base.py
View file @
713d4f5f
...
...
@@ -192,6 +192,10 @@ STATICFILES_DIRS = [
os
.
path
.
join
(
BASE_DIR
,
"static"
),
]
# allow embedding of AQB inside iframes (e.g., in the CYBELE Dashboard)
CSRF_COOKIE_SAMESITE
=
None
SESSION_COOKIE_SAMESITE
=
None
# SOCIALACCOUNT_PROVIDERS = {
# 'keycloak': {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment