diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index e40ab1e0..8b58dfd1 100644 --- a/config/packages/framework.yaml +++ b/config/packages/framework.yaml @@ -23,3 +23,7 @@ when@test: test: true session: storage_factory_id: session.storage.factory.mock_file + +when@stage: + framework: + disallow_search_engine_index: true