You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that a multitude of security software, including CloudFlare, Apache mod_sec, and nginx firewall rules, will sometimes see snippet code being transmitted over HTTP and flag it as a false positive, causing bizarre HTTP errors.
Expected behavior
We should see if we can find alternate methods of transmitting snippet data to avoid these false-positives. Perhaps web encoding?
Steps to reproduce
Set-up some form of incompatible security software.
Possible solution for CloudFlare provided by Generosus:
We confirmed the above is causing the issue. That is, code snippets that contain “echo” are being blocked by Cloudflare under the service “Managed rules (previous version).
So, based on the above, we created a Cloudflare WAF Rule to skip any code snippet that triggers Cloudflare’s “Managed rules (previous version” service.
Current behavior
It seems that a multitude of security software, including CloudFlare, Apache mod_sec, and nginx firewall rules, will sometimes see snippet code being transmitted over HTTP and flag it as a false positive, causing bizarre HTTP errors.
Expected behavior
We should see if we can find alternate methods of transmitting snippet data to avoid these false-positives. Perhaps web encoding?
Steps to reproduce
WordPress version
6.7.1
Code Snippets version
3.6.6.1
Code Snippets license
Core (free), Pro
Anything else?
Related support threads:
The text was updated successfully, but these errors were encountered: