[Scummvm-git-logs] scummvm-web master -> 83270097e5ab2ef3cab5622c93d73aa6edc0fcf1

sev- sev at scummvm.org
Sun Jan 14 20:42:28 CET 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:
83270097e5 WEB: Catch attempts to get to WP console


Commit: 83270097e5ab2ef3cab5622c93d73aa6edc0fcf1
    https://github.com/scummvm/scummvm-web/commit/83270097e5ab2ef3cab5622c93d73aa6edc0fcf1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2018-01-14T20:42:03+01:00

Commit Message:
WEB: Catch attempts to get to WP console

Changed paths:
    .htaccess


diff --git a/.htaccess b/.htaccess
index 4c989db..119ff02 100644
--- a/.htaccess
+++ b/.htaccess
@@ -79,6 +79,11 @@ RewriteRule		^screenshots/(.+)\.(jpg|png)$								data/screenshots/$1.$2 [NS,L]
 RewriteRule		^scummvm_appcast.xml								appcasts/macosx/release.xml [L]
 
 ##
+# Catch script kiddies
+##
+RewriteRule		^wp-login													/
+
+##
 # Forward old page requests to the new fancy URLs
 ##
 # Compatibility page, with args





More information about the Scummvm-git-logs mailing list