- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-includes/functions.php
r18031 r17517 4483 4483 } 4484 4484 4485 /**4486 * Send a HTTP header to limit rendering of pages to same origin iframes.4487 *4488 * @link https://developer.mozilla.org/en/the_x-frame-options_response_header4489 *4490 * @since 3.1.34491 * @return none4492 */4493 function send_frame_options_header() {4494 @header( 'X-Frame-Options: SAMEORIGIN' );4495 }4496 4497 4485 ?>
Note: See TracChangeset
for help on using the changeset viewer.