Definition:
function send_frame_options_header() {}
Send a HTTP header to limit rendering of pages to same origin iframes.
Source code
function send_frame_options_header() {
@header( 'X-Frame-Options: SAMEORIGIN' );
}
14565
July 5, 2011 by Thorsten
0 Comments
Definition:
function send_frame_options_header() {}
function send_frame_options_header() {
@header( 'X-Frame-Options: SAMEORIGIN' );
}
14565
No comments yet... Be the first to leave a reply!