forked from GNUsocial/gnu-social
Don't enable StrictTransportSecurity by default
(but you should enable it if you use TLS, but there are many who do this through their webserver and it's odd to have double headers etc...)
This commit is contained in:
parent
2d81df4760
commit
3013b84e98
@ -312,7 +312,6 @@ $default =
|
||||
'Favorite' => array(),
|
||||
'Share' => array(),
|
||||
'LRDD' => array(),
|
||||
'StrictTransportSecurity' => array(),
|
||||
),
|
||||
'default' => array(
|
||||
'Activity' => array(),
|
||||
|
Loading…
Reference in New Issue
Block a user