Currently, Wordpress headers only display: strict-transport-security max-age=63072000
However, for full HSTS validation, we need: max-age=31536000; includeSubDomains; preload
otherwise HSTS fails. Verification : https://hstspreload.org/
Is it possible to edit the header when WP AutoShield is being used to add the above to the security headers?