Issue #3228806: Exclude security hardened site/default
Compare changes
- Ted Bowman authored
@@ -60,7 +60,7 @@ class HandleSecurityHardening implements EventSubscriberInterface {
@@ -60,7 +60,7 @@ class HandleSecurityHardening implements EventSubscriberInterface {
if (file_exists($full_path) && !drupal_verify_install_file($full_path, FILE_EXIST | FILE_READABLE | FILE_READABLE, 'file', TRUE)) {
$permission_errors[] = $this->t("The file %file is could not be made writeable to perform the update.", ['%file' => $full_path]);
@@ -88,7 +88,7 @@ class HandleSecurityHardening implements EventSubscriberInterface {
@@ -88,7 +88,7 @@ class HandleSecurityHardening implements EventSubscriberInterface {
if (file_exists($full_path) && !drupal_verify_install_file($full_path, FILE_EXIST | FILE_READABLE | FILE_NOT_READABLE, 'file', TRUE)) {
$permission_errors[] = $this->t("The file %file is could not be made writeable after the update.", ['%file' => $full_path]);