Plugin Directory

Changeset 2648117


Ignore:
Timestamp:
12/22/2021 11:46:16 PM (4 years ago)
Author:
Kodam
Message:

1.5 minor changes

Location:
autotweaks/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • autotweaks/trunk/autotweaks.php

    r2644585 r2648117  
    77 * Author URI:      https://www.luisceladita.com
    88 * Text Domain:     autotweaks
    9  * Version:         1.3
     9 * Version:         1.4
    1010 * License:         GPLv2 or later
    1111 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
     
    1919  header( "X-Frame-Options: SAMEORIGIN" );
    2020  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';" );
    2222  header( "Referrer-Policy: no-referrer-when-downgrade" );
    2323  header( "X-Content-Type-Options: nosniff" );
    24   //header( "Strict-Transport-Security: max-age=15552000" );
     24  header( "Strict-Transport-Security: max-age=15552000" );
    2525  //header( "Feature-Policy: geolocation 'self'; microphone 'none'" );
    2626  //header( "Permissions-Policy: geolocation=(self), microphone=()" );
  • autotweaks/trunk/readme.txt

    r2644585 r2648117  
    55Requires at least: 4.2
    66Tested up to: 5.8
    7 Stable tag: 1.3
     7Stable tag: 1.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1919* X-Frame-Options: SAMEORIGIN
    2020* X-XSS-Protection: 1;mode=block
    21 * Content-Security-Policy: default-src 'self' https: data: 'unsafe-inline' 'unsafe-eval'; object-src 'none'
    2221* Referrer-Policy: no-referrer-when-downgrade
    2322* X-Content-Type-Options: nosniff
     23* Strict-Transport-Security: max-age=15552000
     24* Content-Security-Policy
    2425
    2526= REMOVE THIS =
     
    6162
    6263== Changelog ==
     64= 1.4 =
     65* minor changes
    6366= 1.3 =
    6467* minor changes
Note: See TracChangeset for help on using the changeset viewer.