[Scummvm-git-logs] scummvm-web master -> ee0cffefc594e83700e69623158a694f796fb49a

Mataniko mataniko at gmail.com
Sun Jul 15 16:07:02 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
ee0cffefc5 WEB: Prevent access to Composer files


Commit: ee0cffefc594e83700e69623158a694f796fb49a
    https://github.com/scummvm/scummvm-web/commit/ee0cffefc594e83700e69623158a694f796fb49a
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-07-15T10:06:25-04:00

Commit Message:
WEB: Prevent access to Composer files

Changed paths:
    .htaccess


diff --git a/.htaccess b/.htaccess
index 46bdcfc..776ace4 100644
--- a/.htaccess
+++ b/.htaccess
@@ -136,3 +136,8 @@ RewriteRule		^(news)(/([0-9]{8}[a-z]?|archive))?/?$							?p=$1&d=$3 [L,QSA]
 # Screenshots
 ##
 RewriteRule		^(screenshots)(/([a-z]+)(/([-_a-z0-9]+)(/([0-9]+))?)?)?/?		?p=$1&cat=$3&game=$5&num=$7 [L,QSA]
+
+##
+# Composer
+#
+RewriteRule ^(vendor/|composer\.json|composer\.lock) - [F,L,NC]





More information about the Scummvm-git-logs mailing list