We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f5598 commit 82115a1Copy full SHA for 82115a1
lib/fluent/plugin/in_http.rb
@@ -75,7 +75,7 @@ class HttpInput < Input
75
desc 'Set a allow list of domains that can do CORS (Cross-Origin Resource Sharing)'
76
config_param :cors_allow_origins, :array, default: nil
77
desc 'Tells browsers whether to expose the response to frontend when the credentials mode is "include".'
78
- config_param :cors_allow_credentials, :bool, default: nil
+ config_param :cors_allow_credentials, :bool, default: false
79
desc 'Respond with empty gif image of 1x1 pixel.'
80
config_param :respond_with_empty_img, :bool, default: false
81
desc 'Respond status code with 204.'
0 commit comments