Changeset 3174673
- Timestamp:
- 10/24/2024 12:53:31 AM (17 months ago)
- Location:
- auto-iframe
- Files:
-
- 4 edited
- 1 copied
-
tags/1.9 (copied) (copied from auto-iframe/trunk)
-
tags/1.9/auto-iframe.php (modified) (1 diff)
-
tags/1.9/readme.txt (modified) (2 diffs)
-
trunk/auto-iframe.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
auto-iframe/tags/1.9/auto-iframe.php
r3164574 r3174673 120 120 if( array_key_exists( 'link', $atts ) ) { $link = htmlentities( trim( $atts['link'] ), ENT_QUOTES ); } 121 121 122 // Check to see if this is a javascript link, if so, don't process it. 123 if( preg_match('/^javascript:/i', $link ) ) { return ''; } 124 122 125 // If no link has been passed in, there's nothing to do so just return a blank string. 123 126 if( $link == '' ) { return ''; } -
auto-iframe/tags/1.9/readme.txt
r3164574 r3174673 7 7 Requires at least: 3.0 8 8 Tested up to: 6.6 9 Stable tag: 1. 89 Stable tag: 1.9 10 10 License: GPL2 11 11 … … 53 53 54 54 == Upgrade Notice == 55 = 1. 8=55 = 1.9 = 56 56 None at this time. 57 57 58 58 == Changelog == 59 = 1.9 = 60 * Release date: October 23, 2024 61 * Fixed: Don't allow links that are javascript code. 62 59 63 = 1.8 = 60 64 * Release date: October 7, 2024 -
auto-iframe/trunk/auto-iframe.php
r3164574 r3174673 120 120 if( array_key_exists( 'link', $atts ) ) { $link = htmlentities( trim( $atts['link'] ), ENT_QUOTES ); } 121 121 122 // Check to see if this is a javascript link, if so, don't process it. 123 if( preg_match('/^javascript:/i', $link ) ) { return ''; } 124 122 125 // If no link has been passed in, there's nothing to do so just return a blank string. 123 126 if( $link == '' ) { return ''; } -
auto-iframe/trunk/readme.txt
r3164574 r3174673 7 7 Requires at least: 3.0 8 8 Tested up to: 6.6 9 Stable tag: 1. 89 Stable tag: 1.9 10 10 License: GPL2 11 11 … … 53 53 54 54 == Upgrade Notice == 55 = 1. 8=55 = 1.9 = 56 56 None at this time. 57 57 58 58 == Changelog == 59 = 1.9 = 60 * Release date: October 23, 2024 61 * Fixed: Don't allow links that are javascript code. 62 59 63 = 1.8 = 60 64 * Release date: October 7, 2024
Note: See TracChangeset
for help on using the changeset viewer.