Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

hsts wordpress

/** 
 * Enables the HTTP Strict Transport Security (HSTS) header in WordPress. 
 */
function tg_enable_strict_transport_security_hsts_header_wordpress() {
    header( 'Strict-Transport-Security: max-age=10886400' );
}
add_action( 'send_headers', 'tg_enable_strict_transport_security_hsts_header_wordpress' );
Comment

PREVIOUS NEXT
Code Example
Typescript :: google sheets countif two conditions 
Typescript :: pass data through router angular 
Typescript :: typescript http request 
Typescript :: typescript final example 
Typescript :: arrow function in ts 
Typescript :: Strong typed variables typescript 
Typescript :: mailto multiple recipients to cc 
Typescript :: conditional styled components with media query 
Typescript :: import xml elements in kotlin 
Typescript :: listobjects vba 
Typescript :: converting react app to typescript 
Typescript :: filter() array of objects on change react 
Typescript :: the events calendar update the word event 
Typescript :: Custom validation for phone-number using class-validator package 
Typescript :: google scripts docs highlight 
Typescript :: typescript dynamic dict 
Typescript :: tsconfig.json, Typescript 
Typescript :: outside click hook react 
Typescript :: replace floats in dataframe 
Typescript :: how to compile ts in cmd 
Typescript :: requirements check failed for jdk 8 ( 
Typescript :: typescript as 
Typescript :: angular how to use observable object async 
Typescript :: Push Type Typescript 
Typescript :: how to divide 1 dataframe into two based on elements of 1 column 
Typescript :: script editor google sheets create new sheet 
Typescript :: powerpoint presentation are widely used as 
Typescript :: how to restart ts intellisense vscode 
Typescript :: useappdispatch 
Typescript :: how t make fireball roblox or lua 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =