Jdlrobson has submitted this change and it was merged. Change subject: Protect scripts and tests with .htaccess ......................................................................
Protect scripts and tests with .htaccess Change-Id: Ie844194b5af7001a351b25fbd8803f62f7ab39c8 --- A scripts/.htaccess A tests/.htaccess 2 files changed, 2 insertions(+), 0 deletions(-) Approvals: Jdlrobson: Verified; Looks good to me, approved awjrichards: Looks good to me, but someone else must approve diff --git a/scripts/.htaccess b/scripts/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/scripts/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/tests/.htaccess b/tests/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/tests/.htaccess @@ -0,0 +1 @@ +Deny from all -- To view, visit https://gerrit.wikimedia.org/r/51607 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie844194b5af7001a351b25fbd8803f62f7ab39c8 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: MaxSem <[email protected]> Gerrit-Reviewer: Jdlrobson <[email protected]> Gerrit-Reviewer: MaxSem <[email protected]> Gerrit-Reviewer: awjrichards <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
