Fix cors policy for integrations.json (#17184)

This commit is contained in:
Joakim Sørensen 2021-03-30 13:04:44 +02:00 committed by GitHub
parent b5b9605e70
commit 0d8170ce43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,3 +18,5 @@
Cache-Control: public, max-age: 1800, s-maxage=604800, must-revalidate
/static/*
Cache-Control: public, max-age: 1800, s-maxage=604800, must-revalidate
/integrations.json
Access-Control-Allow-Origin: *