By "do the right thing" , I mean, I Want to issue the HSTS header appropriately.
This is an Apigee-hosted Developer Portal site, hosted at Pantheon.
There is a doc from Pantheon here: https://pantheon.io/docs/hsts/
Is that the correct configuration?
Is there anything else I should know?
Will there be any effect on the Smartdocs modules?
@Anil Sagar , I'm hoping you have a viewpoint.
Nope, there's nothing else. You can rely on the HSTS module.
Ok, Here's what I did.
Relying on this reference page, I followed these steps
Then, unzip and install it:
$ cd ~/dev/devportals/my-site/sites/all/modules $ unzip -d contrib ~/Downloads/hsts-7.x-1.2.zip $ git pull Already up-to-date. $ git add contrib/hsts $ git commit -m "install HSTS module" $ git push