Title: [266084] trunk/Websites/webkit.org
Revision
266084
Author
j...@apple.com
Date
2020-08-24 14:06:20 -0700 (Mon, 24 Aug 2020)

Log Message

Disable unused RPC services
https://bugs.webkit.org/show_bug.cgi?id=215779

Reviewed by Alexey Proskuryakov.

* .htaccess:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/.htaccess (266083 => 266084)


--- trunk/Websites/webkit.org/.htaccess	2020-08-24 19:26:03 UTC (rev 266083)
+++ trunk/Websites/webkit.org/.htaccess	2020-08-24 21:06:20 UTC (rev 266084)
@@ -111,6 +111,12 @@
 # Pixar USD support. Change to model/vnd.usdz+zip once WebKit support is in the wild.
 AddType model/vnd.pixar.usd usdz
 
+# Disable XML-RPC
+<Files xmlrpc.php>
+Order Allow,Deny
+Deny from all
+</Files>
+
 # BEGIN WordPress
 <IfModule mod_rewrite.c>
 RewriteEngine On

Modified: trunk/Websites/webkit.org/ChangeLog (266083 => 266084)


--- trunk/Websites/webkit.org/ChangeLog	2020-08-24 19:26:03 UTC (rev 266083)
+++ trunk/Websites/webkit.org/ChangeLog	2020-08-24 21:06:20 UTC (rev 266084)
@@ -1,3 +1,12 @@
+2020-08-24  Jon Davis  <j...@apple.com>
+
+        Disable unused RPC services
+        https://bugs.webkit.org/show_bug.cgi?id=215779
+
+        Reviewed by Alexey Proskuryakov.
+
+        * .htaccess:
+
 2020-08-18  Darin Adler  <da...@apple.com>
 
         * languages.md: Fixed "Movaje" typo.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to