Skip to main content

I just tried the update out, but still was not able to create a board, so I took a closer look. The 7G firewall is being triggered, with the log showing: [03/Apr/2024:17:10:26 +0000] [":bad_request_5:"] o.o.o.o crm.domain.dev "GET /wp-json/fluent-boards/v2/boards/recent-boards?query_timestamp=1712164226114 HTTP/2.0" 403 0.000 "https://crm.domain.dev/wp-admin/admin.php?page=fluent-boards" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0"

This relates to the following rule:

# requests that should be blocked map $request_uri $bad_request_7g { default 0; include /etc/nginx/extra.d/7g-bad-request-context.conf; "~([a-z0-9]{2000,})" 1; "~(=?\(\'|)/?)(.)" 2; "~(/)(*|\"|\'|.|,|&|&?)/?$" 3; "~(.)(php)(()?([0-9]+)())?(/)?$" 4; "~(/)(vbulletin|boards|vbforum)(/)?" 5;

So literally the name of the plugin is banned by default in the 7G firewall ruleset and I checked, also the 8G update.

Shahjahan Jewel

Why has it been blocked? It's a standard RESt API query. It's really strange. I will take a look into it. For now, would you please add an exception or disable it.

Sure, no problem. It's not the first mundane thing that I have found blocked by it!

Mark Hancock

working on xcloud. I disabled 7g fw on my app and now it is working. How can I create and exception on cloud?

I have the strangest feeling very shortly, one arm of Shahjahan's business will have a word with another, and as if by magic that will be excluded on xCloud!

Mark Hancock

:)

Carlo Maino

Same problem here. Would someone please share the 7G exception code?