We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305b38b commit d962aa8Copy full SHA for d962aa8
web/sites/default/settings.php
@@ -794,3 +794,5 @@
794
if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
795
include $app_root . '/' . $site_path . '/settings.local.php';
796
}
797
+
798
+$settings['skip_permissions_hardening'] = TRUE;
0 commit comments