Eileen has submitted this change and it was merged. Change subject: Apply the REAL 7.43 .htaccess update ......................................................................
Apply the REAL 7.43 .htaccess update Change-Id: Ib0e4a983f3f45f81ae7d9ce433559103aac67d67 --- M .htaccess 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Eileen: Verified; Looks good to me, approved diff --git a/.htaccess b/.htaccess index 151239c..440cabc 100644 --- a/.htaccess +++ b/.htaccess @@ -3,7 +3,7 @@ # # Protect files and directories from prying eyes. -<FilesMatch "\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\..*|Entries.*|Repository|Root|Tag|Template)$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig\.save)$"> +<FilesMatch "\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\..*|Entries.*|Repository|Root|Tag|Template|composer\.(json|lock))$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig\.save)$"> Order allow,deny </FilesMatch> -- To view, visit https://gerrit.wikimedia.org/r/273994 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib0e4a983f3f45f81ae7d9ce433559103aac67d67 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/fundraising/crm/drupal Gerrit-Branch: contrib Gerrit-Owner: Ejegg <[email protected]> Gerrit-Reviewer: Awight <[email protected]> Gerrit-Reviewer: Eileen <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
