-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Allow overriding CRS allowed HTTP methods per vhost #2274
Conversation
4aedec1
to
774bb7a
Compare
774bb7a
to
54d08fa
Compare
@david22swan Rebased. Should be good to go now. |
@@ -1913,6 +1916,7 @@ | |||
Optional[String] $modsec_body_limit = undef, | |||
Optional[Integer[1, default]] $modsec_inbound_anomaly_threshold = undef, | |||
Optional[Integer[1, default]] $modsec_outbound_anomaly_threshold = undef, | |||
Optional[String] $modsec_allowed_methods = undef, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Vincevrp
Could you give me your reasoning on why this is a String and not and Array?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With that clarification on the type...
LGTM
Thank's for all the work you've put in his week :)
Plan is for a release to go out today so you should have your changes availible pretty quick |
@david22swan Thanks for the quick feedback and merges. More contributions to come :) |
No description provided.