Skip to content

Commit

Permalink
Update allowed_origins for CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Oct 30, 2024
1 parent 410a2f7 commit 6bd9e0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ weight: 0
patterns: "/api/1.0/affinity_groups/*\r\n/api/1.0/kb/*\r\n/api/1.0/events/ag/*\r\n/api/1.1/events/ag/*\r\n"
allowed_headers: '*'
allowed_methods: '*'
allowed_origins: "https://access-ci.org\r\nhttps://access-ci-org.github.io\r\nhttp://localhost:*"
allowed_origins: '*'
exposed_headers: ''
max_age: ''
supports_credentials: 'true'

0 comments on commit 6bd9e0b

Please sign in to comment.