Enable GraphQL traffic

Motivation

By default, Reblaze will block GraphQL traffic, for two reasons:

  1. The size of the argument

  2. Content Filter Rule number 600110, which contains this Match string: ([$@{}()\[\]].*){8,})

Enabling GraphQL traffic

To allow GraphQL traffic, create a Content Filter Profile with:

  1. An Argument Max Length that will accommodate the maximum size of the queries

  2. 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