Skip to content

Commit

Permalink
changed cache duration of the pre-flight cors request from 1 year to …
Browse files Browse the repository at this point in the history
…1 hour
  • Loading branch information
jpswinski committed Nov 27, 2024
1 parent a6b066f commit a2d6a48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ backend monitor_backend
backend cors_backend
http-after-response set-header Access-Control-Allow-Origin "*"
http-after-response set-header Access-Control-Allow-Headers "*"
http-after-response set-header Access-Control-Max-Age "31536000"
http-after-response set-header Access-Control-Max-Age "3600"
http-request return status 200

0 comments on commit a2d6a48

Please sign in to comment.