]> _ Git - couzy.git/commitdiff
Disable WordPress automatic background updates. WIP #1234 @0:10
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 14 Mar 2017 10:36:21 +0000 (10:36 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 14 Mar 2017 10:36:21 +0000 (10:36 +0000)
cesaretleonie.fr/wp-config.php

index 6f0c137cb7452e3adfa116dd37b4842432976b2e..a0c346fb1eaff4cc07741a5ced064671cf02952b 100644 (file)
@@ -1,5 +1,8 @@
 <?php
 
+// Until we can trust WordPress to securely sign their automatic updates, this will be disabled
+define('AUTOMATIC_UPDATER_DISABLED', true);
+
 // No file editors in the dashboard
 define('DISALLOW_FILE_EDIT', true);