Skip to content

Commit

Permalink
[JN-1488] Add tRCC to cross origin list (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewBemis authored Jan 8, 2025
1 parent 43eab3c commit d4e9108
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public ResponseEntity<Object> listPortalEnvAlerts(String portalShortcode, String
"https://gvascdev.b2clogin.com", // gVASC (demo)
"https://gvascprod.b2clogin.com", // gVASC (prod)
"https://juniperatcpdev.b2clogin.com", // ATCP (demo)
"https://trccproject.b2clogin.com" // tRCC (prod)
},
maxAge = 3600,
methods = {RequestMethod.GET, RequestMethod.OPTIONS})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public String getSwagger() {
"https://gvascdev.b2clogin.com", // gVASC (demo)
"https://gvascprod.b2clogin.com", // gVASC (prod)
"https://juniperatcpdev.b2clogin.com", // ATCP (demo)
"https://trccproject.b2clogin.com" // tRCC (prod)
},
maxAge = 3600,
methods = {RequestMethod.GET, RequestMethod.OPTIONS})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ public SiteMediaController(SiteMediaService siteMediaService) {
"https://hearthive.b2clogin.com", // HeartHive (demo)
"https://gvascdev.b2clogin.com", // gVASC (demo)
"https://gvascprod.b2clogin.com", // gVASC (prod)
"https://juniperatcpdev.b2clogin.com" // ATCP (demo)
"https://juniperatcpdev.b2clogin.com", // ATCP (demo)
"https://trccproject.b2clogin.com" // tRCC (prod)
},
maxAge = 3600,
methods = {RequestMethod.GET, RequestMethod.OPTIONS})
Expand Down

0 comments on commit d4e9108

Please sign in to comment.