Changeset 2648117
- Timestamp:
- 12/22/2021 11:46:16 PM (4 years ago)
- Location:
- autotweaks/trunk
- Files:
-
- 2 edited
-
autotweaks.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
autotweaks/trunk/autotweaks.php
r2644585 r2648117 7 7 * Author URI: https://www.luisceladita.com 8 8 * Text Domain: autotweaks 9 * Version: 1. 39 * Version: 1.4 10 10 * License: GPLv2 or later 11 11 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 19 19 header( "X-Frame-Options: SAMEORIGIN" ); 20 20 header( "X-XSS-Protection: 1;mode=block" ); 21 header( "Content-Security-Policy: default-src 'self' https: data: 'unsafe-inline' 'unsafe-eval'; object-src 'none'" );21 header( "Content-Security-Policy: default-src 'self' https: data:; script-src 'self' https: 'unsafe-inline'; style-src 'self' https: 'unsafe-inline'; font-src 'self' https: data:; object-src 'none';" ); 22 22 header( "Referrer-Policy: no-referrer-when-downgrade" ); 23 23 header( "X-Content-Type-Options: nosniff" ); 24 //header( "Strict-Transport-Security: max-age=15552000" );24 header( "Strict-Transport-Security: max-age=15552000" ); 25 25 //header( "Feature-Policy: geolocation 'self'; microphone 'none'" ); 26 26 //header( "Permissions-Policy: geolocation=(self), microphone=()" ); -
autotweaks/trunk/readme.txt
r2644585 r2648117 5 5 Requires at least: 4.2 6 6 Tested up to: 5.8 7 Stable tag: 1. 37 Stable tag: 1.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 19 19 * X-Frame-Options: SAMEORIGIN 20 20 * X-XSS-Protection: 1;mode=block 21 * Content-Security-Policy: default-src 'self' https: data: 'unsafe-inline' 'unsafe-eval'; object-src 'none'22 21 * Referrer-Policy: no-referrer-when-downgrade 23 22 * X-Content-Type-Options: nosniff 23 * Strict-Transport-Security: max-age=15552000 24 * Content-Security-Policy 24 25 25 26 = REMOVE THIS = … … 61 62 62 63 == Changelog == 64 = 1.4 = 65 * minor changes 63 66 = 1.3 = 64 67 * minor changes
Note: See TracChangeset
for help on using the changeset viewer.