Skip to content

Instantly share code, notes, and snippets.

@roopakv
Created August 15, 2019 00:43
Show Gist options
  • Save roopakv/183f74ed95ba8306817e4e170429726a to your computer and use it in GitHub Desktop.
Save roopakv/183f74ed95ba8306817e4e170429726a to your computer and use it in GitHub Desktop.
add_action( 'send_headers', function() {
header( 'Strict-Transport-Security: max-age=86400' );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment