mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-27 11:12:50 +00:00
Docs: Update MDN link in send_frame_options_header() docblock.
The X-Frame-Options MDN documentation has been moved to `/docs/Web/HTTP/Headers/X-Frame-Options`. This changeset updates the link accordingly. See #54729. git-svn-id: https://develop.svn.wordpress.org/trunk@53202 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7184c2affa
commit
24d9f5a568
@ -6872,7 +6872,7 @@ function wp_find_hierarchy_loop_tortoise_hare( $callback, $start, $override = ar
|
||||
*
|
||||
* @since 3.1.3
|
||||
*
|
||||
* @see https://developer.mozilla.org/en/the_x-frame-options_response_header
|
||||
* @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
|
||||
*/
|
||||
function send_frame_options_header() {
|
||||
header( 'X-Frame-Options: SAMEORIGIN' );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user