Release Notes / Version 11.2304
Table Of ContentsHeadless Server New Feature: Block documents from delivery with confidential contents
Although not recommended, there might be circumstances, where it can't be avoided to store confidential data or settings in the content.
For these cases, Headless Server now supports a list of repository paths, which are to be blocked in delivery. The paths to block are defined in the configuration property
caas.graphql.repository-path-exclude-patterns
, e.g.
caas.graphql.repository-path-exclude-patterns[0]=/A/B/C/D caas.graphql.repository-path-exclude-patterns[1]=/A/*/C/* caas.graphql.repository-path-exclude-patterns[2]=/A/B/** caas.graphql.repository-path-exclude-patterns[3]=/A/**/C/*
For details please see the deployment manual and the knowledgebase article .
(CMS-22421)