MaxSem has uploaded a new change for review. https://gerrit.wikimedia.org/r/51607
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend refs/changes/07/51607/1 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: newchange Gerrit-Change-Id: Ie844194b5af7001a351b25fbd8803f62f7ab39c8 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: MaxSem <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
