Opt out of the protective block

The protective block is there to protect you against known vulnerabilities in the software you deploy Adobe Commerce on cloud infrastructure.

However, you can opt out of the protective block by adding the following to .magento.app.yaml:

   preflight:
      enabled: false

You can explicitly opt out of a specific check, for example:

   preflight:
      enabled: true
      ignore_rules: [ "drupal:SA-CORE-2014-005" ]
Previous pagePrivateLink service
Next pageRestore environment

Commerce