Using action "captcha" is not supported, in addition custom parameters of captcha action are not supported like custom_request_handling
Expected Behavior
Expect captcha action to work, if more detailed, in rendered template it should render as
action { captcha {} }
And ideally with an ability to modify the block inside please
Steps to Reproduce
Steps to reproduce the behavior:
Go to any rule that support CAPTCHA action
In main code block use something like
name = "geo-location-rule"action = "captcha"
Try to apply
It will show in action block
action {}
Plan successfull
Apply failing
Screenshots
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
Found a bug? Maybe our Slack Community can help.
Describe the Bug
Using action "captcha" is not supported, in addition custom parameters of captcha action are not supported like custom_request_handling
Expected Behavior
Expect captcha action to work, if more detailed, in rendered template it should render as
action { captcha {} }
And ideally with an ability to modify the block inside pleaseSteps to Reproduce
Steps to reproduce the behavior:
name = "geo-location-rule"
action = "captcha"
action {
}
Screenshots
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
Additional Context
None