-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing problems with CSRF and react client
- Loading branch information
Aidan Whiteley
committed
Oct 25, 2024
1 parent
4e17503
commit 7b7b52f
Showing
3 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,9 +48,9 @@ logging: | |
|
||
books: | ||
client: | ||
enableCORS: true # Note - this value overriden in the IntegrationTest base test class | ||
enableCORS: false # Note - this value overriden in the IntegrationTest base test class | ||
allowedCorsOrigin: http://localhost:9000 | ||
postLogonUrl: http://localhost:9000/ | ||
postLogonUrl: http://localhost:5173/?logged-on=y | ||
xsrfHeader: X-XSRF | ||
|
||
google: | ||
|
@@ -70,7 +70,7 @@ books: | |
users: | ||
default: | ||
admin: | ||
email: "exmaple@example.com" # The remote email address for the user that will be automatically made an admin on first logon | ||
email: "exampleFrom@example.com" # The remote email address for the user that will be automatically made an admin on first logon | ||
registrationAdminEmail: | ||
enabled: false | ||
emailFrom: "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters