Changeset 2039916
- Timestamp:
- 02/26/2019 04:24:06 PM (6 years ago)
- Location:
- security-headers/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
security-headers/trunk/readme.txt
r1827604 r2039916 41 41 42 42 == Changelog == 43 44 = 1.1 = 45 46 Fix missing close anchor which breaks recent WordPress 43 47 44 48 = 1.0 = … … 100 104 == Upgrade Notice == 101 105 102 = 1. 0=103 * Added support for wp-login.php106 = 1.1 = 107 * Fix for recent WordPress save button 104 108 -
security-headers/trunk/security_headers.php
r1937977 r2039916 4 4 * Plugin URI: http://waters.me/ 5 5 * Description: Sets security related headers (HSTS etc) 6 * Version: 1. 06 * Version: 1.1 7 7 * Author: Simon Waters 8 8 * Author URI: http://waters.me/ … … 300 300 function section_ECT_callback() { 301 301 echo '<p>The Expect-CT header is a temporary measure to allow users to ensure their site is correctly configured for Certificate Transparency which Chrome will enforce from April 2018.</p>'; 302 echo '<p>See <a href="https://scotthelme.co.uk/a-new-security-header-expect-ct/">Scott Helme\'s blog for more details.</ p>';302 echo '<p>See <a href="https://scotthelme.co.uk/a-new-security-header-expect-ct/">Scott Helme\'s blog for more details.</a></p>'; 303 303 } 304 304
Note: See TracChangeset
for help on using the changeset viewer.