Enable GraphQL traffic
Motivation
By default, Reblaze will block GraphQL traffic, for two reasons:
The size of the argument
Content Filter Rule number 600110, which contains this Match string:
([$@{}()\[\]].*){8,})
Enabling GraphQL traffic
To allow GraphQL traffic, create a Content Filter Profile with:
An Argument Max Length that will accommodate the maximum size of the queries
This tag in the Ignore Content Filter Tags list:
cf-rule-name:600110
Then assign this Content Filter Profile to the location (i.e., the site or path) of the GraphQL queries via an appropriate Security Policy.
Last updated