diff -u b/composer.json b/composer.json --- b/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "drupal/key": "^1.0" }, "require": { - "drupal/core": "^8.6 || ^9" + "drupal/core": "^8.7.7 || ^9" }, "extra": { "branch-alias": { diff -u b/config/schema/shield.schema.yml b/config/schema/shield.schema.yml --- b/config/schema/shield.schema.yml +++ b/config/schema/shield.schema.yml @@ -30,6 +30,9 @@ whitelist: type: string label: 'Bypass shield based on user IP' + domains: + type: text + label: 'Bypass shield based on domain name' shield.credentials.shield: type: mapping