-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set allowed headers via API instead of defaulting to wildcard. #3023
Set allowed headers via API instead of defaulting to wildcard. #3023
Commits on Jul 15, 2017
-
This comment didn't make a lot of sense.
Aaron Salvo committedJul 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 728ba85 - Browse repository at this point
Copy the full SHA 728ba85View commit details -
Added new field AllowedHeaders. Enable func now accepts a slice of he…
…aders.
Aaron Salvo committedJul 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 6c44bcb - Browse repository at this point
Copy the full SHA 6c44bcbView commit details
Commits on Jul 16, 2017
-
Aaron Salvo committed
Jul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for bd4d006 - Browse repository at this point
Copy the full SHA bd4d006View commit details -
No need to have the preflight headers as a package global.
Aaron Salvo committedJul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 1ee92b3 - Browse repository at this point
Copy the full SHA 1ee92b3View commit details -
Aaron Salvo committed
Jul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for c4ca1e6 - Browse repository at this point
Copy the full SHA c4ca1e6View commit details -
Specifying the actual headers instead of using the wildcard.
Aaron Salvo committedJul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 31770b6 - Browse repository at this point
Copy the full SHA 31770b6View commit details -
Added list of standard headers that are allowed on CORS requests.
Aaron Salvo committedJul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 8aad9e3 - Browse repository at this point
Copy the full SHA 8aad9e3View commit details -
Made origin param no longer required to enable CORS. Defaults to wild…
…card.
Aaron Salvo committedJul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for aeae188 - Browse repository at this point
Copy the full SHA aeae188View commit details -
Allowed headers defaults to stdAllowedHeaders.
Aaron Salvo committedJul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 89ef267 - Browse repository at this point
Copy the full SHA 89ef267View commit details -
Clearing AllowedHeaders when CORS is disabled.
Aaron Salvo committedJul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for ce6d754 - Browse repository at this point
Copy the full SHA ce6d754View commit details -
Added headers to call to Enable.
Aaron Salvo committedJul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for c1d629b - Browse repository at this point
Copy the full SHA c1d629bView commit details -
Aaron Salvo committed
Jul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 558e955 - Browse repository at this point
Copy the full SHA 558e955View commit details -
Added list of allowed headers to response.
Aaron Salvo committedJul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for ea6deba - Browse repository at this point
Copy the full SHA ea6debaView commit details -
Aaron Salvo committed
Jul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 5d289ed - Browse repository at this point
Copy the full SHA 5d289edView commit details -
Aaron Salvo committed
Jul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for e8a68e8 - Browse repository at this point
Copy the full SHA e8a68e8View commit details -
Persisting the allowed headers.
Aaron Salvo committedJul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 704e7a3 - Browse repository at this point
Copy the full SHA 704e7a3View commit details -
Set default allowed headers if they have not been set yet.
Aaron Salvo committedJul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 158f690 - Browse repository at this point
Copy the full SHA 158f690View commit details -
allowed_origins is returned as an array.
Aaron Salvo committedJul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 5cd956d - Browse repository at this point
Copy the full SHA 5cd956dView commit details -
Added docs for allowed_headers.
Aaron Salvo committedJul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for dafb1f8 - Browse repository at this point
Copy the full SHA dafb1f8View commit details -
Added allowed_headers to request and expected result.
Aaron Salvo committedJul 16, 2017 Configuration menu - View commit details
-
Copy full SHA for e29e68a - Browse repository at this point
Copy the full SHA e29e68aView commit details
Commits on Aug 6, 2017
-
Merge branch 'master' into improvement/cors-allowed-headers
Aaron Salvo committedAug 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 7006926 - Browse repository at this point
Copy the full SHA 7006926View commit details -
Removing unnecessary locking/unlocking.
Aaron Salvo committedAug 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 0f54b4d - Browse repository at this point
Copy the full SHA 0f54b4dView commit details -
Aaron Salvo committed
Aug 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 0a05154 - Browse repository at this point
Copy the full SHA 0a05154View commit details -
Each call to Enable should replace AllowedHeaders, not append to the …
…existing value.
Aaron Salvo committedAug 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 88c20e1 - Browse repository at this point
Copy the full SHA 88c20e1View commit details -
An origin to allow must be required when calling Enable.
Aaron Salvo committedAug 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 094e2a8 - Browse repository at this point
Copy the full SHA 094e2a8View commit details -
Update test to check that allowed_origins is required.
Aaron Salvo committedAug 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 5abce39 - Browse repository at this point
Copy the full SHA 5abce39View commit details -
Indicating that allowed_origins is required.
Aaron Salvo committedAug 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 6aa4591 - Browse repository at this point
Copy the full SHA 6aa4591View commit details
Commits on Aug 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a0b2fe5 - Browse repository at this point
Copy the full SHA a0b2fe5View commit details