Skip to content

Commit 5def8d9

Browse files
committed
Update routes to enable strict transport security
1 parent 91f117e commit 5def8d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.platform/routes.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
upstream: "nidirect:http"
55
cache:
66
enabled: false
7+
tls:
8+
strict_transport_security:
9+
enabled: true
10+
include_subdomains: true
11+
preload: true
712
redirects:
813
paths:
914
'^(.*/)index\.php/(.*)':

0 commit comments

Comments
 (0)