Changes between Initial Version and Version 1 of Ticket #20148, comment 13
- Timestamp:
- 03/01/2012 01:55:24 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20148, comment 13
initial v1 7 7 return $headers; 8 8 } 9 add_ action( 'wp_headers', 'send_no_xss_protection_header', 10, 2 );9 add_filter( 'wp_headers', 'send_no_xss_protection_header', 10, 2 ); 10 10 }}}