Changeset 3355349
- Timestamp:
- 09/03/2025 11:10:12 AM (3 months ago)
- Location:
- really-simple-ssl/trunk
- Files:
-
- 3 edited
-
languages/really-simple-ssl.pot (modified) (1 diff)
-
sbom.json.gz (modified) (previous)
-
security/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
really-simple-ssl/trunk/languages/really-simple-ssl.pot
r3355273 r3355349 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-09-03T 09:40:08+00:00\n"12 "POT-Creation-Date: 2025-09-03T11:04:07+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" -
really-simple-ssl/trunk/security/functions.php
r3350088 r3355349 308 308 $manager->write_rule( $definition, 'Writing redirect block' ); 309 309 } 310 if ( empty( $definition['lines'] ) &&rsssl_get_option('redirect') !== 'htaccess' ) {310 if ( rsssl_get_option('redirect') !== 'htaccess' ) { 311 311 $manager->clear_rule( 'Really Simple Security Redirect', 'clear redirect 2 and value of config:' . rsssl_get_option('redirect') ); 312 312 }
Note: See TracChangeset
for help on using the changeset viewer.