Skip to content

Commit 04024ae

Browse files
committed
Default feature block_user_on_violation to on
For new installs this makes sense - the scope check is only done when you add scopes in Manage anyway, but if you add them, it's a safer default that they are actually enforced. The feature flag mostly exists to phase in scopes where you previously not had enabled them, so you want to start logging first.
1 parent cbf07ad commit 04024ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/parameters.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ parameters:
221221
feature_api_metadata_api: true
222222
feature_api_deprovision: true
223223
feature_run_all_manipulations_prior_to_consent: false
224-
feature_block_user_on_violation: false
224+
feature_block_user_on_violation: true
225225
feature_enable_consent: true
226226
feature_stepup_sfo_override_engine_entityid: false
227227

0 commit comments

Comments
 (0)