Commit d3f514a
authored
Fix HSTS header omitted parts (#1592)
None seems to be replaced by an empty string by ansible. This can result
in the Strict-Transport-Security header with a value like
"max-age=1234; ; " or "max-age=1234; includeSubdomains; "
Follow the ansible playbook guide example for omitting items from a list using
the special omit variable.1 parent 2517385 commit d3f514a
File tree
2 files changed
+3
-3
lines changed- roles/wordpress-setup
- defaults
- templates
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments