Changeset 2400645
- Timestamp:
- 10/16/2020 06:26:46 AM (5 years ago)
- Location:
- autotweaks
- Files:
-
- 3 added
- 2 edited
-
tags/1.1 (added)
-
tags/1.1/autotweaks.php (added)
-
tags/1.1/readme.txt (added)
-
trunk/autotweaks.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
autotweaks/trunk/autotweaks.php
r2400637 r2400645 7 7 * Author URI: https://www.luisceladita.com 8 8 * Text Domain: autotweaks 9 * Version: 1. 09 * Version: 1.1 10 10 * License: GPLv2 or later 11 11 * License URI: https://www.gnu.org/licenses/gpl-2.0.html -
autotweaks/trunk/readme.txt
r2400637 r2400645 5 5 Requires at least: 4.2 6 6 Tested up to: 5.5 7 Requires PHP: 5.6 8 Stable tag: 1.0 7 Stable tag: 1.1 9 8 License: GPLv2 or later 10 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 10 12 AutoTweaks configures a series of default options to WordPress.11 WP Classic Setup: Removes WP version, dashicons, oEmbed, Jquery Migrate, XMLRPC. Set Http security headers, heartbeat to 60s, Post revisions to 1, disable Plugins&Theme editor, etc. 13 12 14 13 == Description == 14 **This plugin is fully compatible with Autoptimize and any cache plugin (Cache Enabler or Wp Super Cache by example)** 15 15 16 Some of the tweaks that this plugin automatically applies securely are the following: 16 17 … … 18 19 * X-Frame-Options: SAMEORIGIN 19 20 * X-XSS-Protection: 1;mode=block 20 * Content-Security-Policy: default-src \'self\' https://* data: \'unsafe-inline\' \'unsafe-eval\'21 * Content-Security-Policy: default-src 'self' https://* data: 'unsafe-inline' 'unsafe-eval' 21 22 * Referrer-Policy: no-referrer-when-downgrade 22 23 * X-Content-Type-Options: nosniff … … 43 44 * Limit Post Revisions to 1 44 45 45 **¡This plugin is fully compatible with Autoptimize and any cache plugin (Cache Enabler or Wp Super Cache by example)** 46 47 Just activate the plugin and test your site’s speed in your favourite tool (GTMetrix, Pingdom Tools, securityheaders.com, etc.) 46 Just activate the plugin and test your site’s speed in your favourite tool (GTMetrix, Pingdom Tools, Securityheaders.com, etc.) 48 47 49 48 == Installation == 50 1. Upload this plugin to the \'/wp-content/plugins/\' directory51 2. Activate the plugin through the \'Plugins\' menu in WordPress49 1. Upload this plugin to the '/wp-content/plugins/' directory 50 2. Activate the plugin through the 'Plugins' menu in WordPress 52 51 53 52 == Frequently Asked Questions == 54 = 1. Why doesn \'t AutoTweaks remove query strings from static resources? =55 Because autoptimize already has that option ( \"Extra\" tab)53 = 1. Why doesn't AutoTweaks remove query strings from static resources? = 54 Because autoptimize already has that option ("Extra" tab) 56 55 57 = 2. Why doesn \'t AutoTweaks remove styles and dashes from emojis? =58 Because autoptimize already has that option ( \"Extra\" tab)56 = 2. Why doesn't AutoTweaks remove styles and dashes from emojis? = 57 Because autoptimize already has that option ("Extra" tab) 59 58 60 59 == Screenshots == … … 62 61 63 62 == Changelog == 63 = 1.1 = 64 * minor changes 64 65 = 1.0 = 65 66 * Hello universe!
Note: See TracChangeset
for help on using the changeset viewer.