Skip to content

hstsSubdomains

Aidan Woods edited this page Jul 16, 2017 · 2 revisions

Description

void hstsSubdomains ([ mixed $mode = true ] )

Add or remove the includeSubDomains flag from the HSTS policy (note this can be done with the ->hsts function too).

Parameters

mode

Loosely casted to a boolean, true adds the includeSubDomains flag, false removes it.

Clone this wiki locally