我想在不触及代码的情况下为phpbb安装添加自定义标头.(使用.htaccess)
标题是:
Strict-Transport-Security: max-age=157680000
Run Code Online (Sandbox Code Playgroud)
有任何想法吗?
ste*_*ven 38
Header add Strict-Transport-Security "max-age=157680000"
Run Code Online (Sandbox Code Playgroud)
http://httpd.apache.org/docs/2.0/mod/mod_headers.html
请参阅http://httpd.apache.org/docs/2.0/mod/mod_headers.html
Header add Strict-Transport-Security "max-age=157680000"
Run Code Online (Sandbox Code Playgroud)