Plugin Directory

Changeset 3048572


Ignore:
Timestamp:
03/10/2024 11:57:21 AM (2 years ago)
Author:
webvitaly
Message:

Ver.1.7 - Removed srcdoc iframe param for security reasons.

Location:
sitekit
Files:
22 added
2 edited

Legend:

Unmodified
Added
Removed
  • sitekit/trunk/inc/sitekit-shortcode-iframe.php

    r2970788 r3048572  
    1414            $atts[$default] = $value;
    1515        }
     16    }
     17
     18    // Remove srcdoc attribute if it exists
     19    if ( isset( $atts['srcdoc'] ) ) {
     20        unset( $atts['srcdoc'] );
    1621    }
    1722
  • sitekit/trunk/readme.txt

    r3006999 r3048572  
    55Requires at least: 4.0
    66Tested up to: 6.4.2
    7 Stable tag: 1.6
     7Stable tag: 1.7
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl.html
     
    108108== Changelog ==
    109109
     110= 1.7 =
     111* Removed srcdoc iframe param for security reasons.
     112
    110113= 1.6 =
    111114* Updated Google Analytics with new GA4 version.
Note: See TracChangeset for help on using the changeset viewer.