Skip to content

Commit

Permalink
Fix default value in config template
Browse files Browse the repository at this point in the history
- samesite = false, not none
  • Loading branch information
SchrodingersGat committed Oct 28, 2024
1 parent 57fbdf5 commit 0af6d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/InvenTree/config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ use_x_forwarded_port: false
# Cookie settings
cookie:
secure: false
samesite: none
samesite: false

# Cross Origin Resource Sharing (CORS) settings (see https://github.com/adamchainz/django-cors-headers)
cors:
Expand Down

0 comments on commit 0af6d30

Please sign in to comment.