Ticket #29429: 29429.diff
File 29429.diff, 450 bytes (added by , 6 years ago) |
---|
-
src/wp-includes/functions.php
diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index a2070c1ec7..9cde35f954 100644
a b function wp_find_hierarchy_loop_tortoise_hare( $callback, $start, $override = ar 5839 5839 */ 5840 5840 function send_frame_options_header() { 5841 5841 header( 'X-Frame-Options: SAMEORIGIN' ); 5842 header( 'Content-Security-Policy: frame-ancestors \'self\';' ); 5842 5843 } 5843 5844 5844 5845 /**