Skip to content
Snippets Groups Projects
Commit 368df6dc authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #602586 by dww: document authorize.php killswitch in default.settings.php.

parent 02209961
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -343,3 +343,19 @@ ...@@ -343,3 +343,19 @@
# $conf['blocked_ips'] = array( # $conf['blocked_ips'] = array(
# 'a.b.c.d', # 'a.b.c.d',
# ); # );
/**
* Authorized file system operations:
*
* The Update manager module included with Drupal provides a mechanism for
* site administrators to securely install missing updates for the site
* directly through the web user interface by providing either SSH or FTP
* credentials. This allows the site to update the new files as the user who
* owns all the Drupal files, instead of as the user the webserver is running
* as. However, some sites might wish to disable this functionality, and only
* update the code directly via SSH or FTP themselves. This setting completely
* disables all functionality related to these authorized file operations.
*
* Remove the leading hash signs to disable.
*/
# $conf['allow_authorize_operations'] = FALSE;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment