Changeset 712114
- Timestamp:
- 05/12/2013 11:56:50 PM (13 years ago)
- Location:
- disable-insecure-features/trunk
- Files:
-
- 1 deleted
- 2 edited
-
functions.php (modified) (1 diff)
-
index.php (deleted)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
disable-insecure-features/trunk/functions.php
r712105 r712114 2 2 /* 3 3 Plugin Name: disable insecure features 4 Plugin URI: http://www.planetzuda.com/news/ plugins/4 Plugin URI: http://www.planetzuda.com/news/ 5 5 Description: This disables pingbacks on previously published posts and pages, disables the xmlrpc, hides the readme.html, license.txt and fixes wp-config.php and .htaccess permissions so hackers can't modify them. 6 6 Version: 0.3 7 7 Author: Planet Zuda, LLC 8 Author URI: http://www.planetzuda.com/news/ 8 Author URI: http://www.planetzuda.com/news/plugins/ 9 9 License: GPLv2 10 10 */ -
disable-insecure-features/trunk/readme.txt
r708146 r712114 2 2 === Plugin Name === 3 3 Contributors: Planet Zuda, LLC 4 Tags: comments, spam, hacking, security, 4 Tags: comments, spam, hacking, security,wordpress security, readme, htaccess, license, remove version, version, wp-config, 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.5.1 … … 11 11 == Description == 12 12 13 This plugin disables the XML-RPC and pingbacks on previously published posts and pages for 3.5. The XML-RPC is enabled by default without a disable feature in 3.5.x. Disabling it is courtesy of one line of code we included from the disable xml-rpc plugin. We plan to add more features to this plugin in the near future. 14 13 This disables pingbacks on previously published posts and pages, disables the xmlrpc, hides the readme.html, license.txt and fixes wp-config.php and .htaccess permissions so hackers can't modify them. 15 14 == Installation == 16 15 … … 33 32 = Will previously published Posts and pages allow pingbacks if I delete this plugin? = 34 33 Nope. 35 34 = Will the readme.html, license.txt, wp-config.php, .htaccess or any other file reset to insecure permissions if I delete this plugin? = 35 No. 36 36 == Changelog == 37 37
Note: See TracChangeset
for help on using the changeset viewer.