You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.
I've created a pull request for this issue as hpkpinx wasn't sending the response header all the time (for example when HTTP authentication is turned on, it doesn't send the header until after the authentication is received and a 200 found status code is returned).
I've fixed it by adding an option of "HEADER_ALWAYS" which, when set to "1" will add the "always" option to the end of the header in the nginx config file
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've created a pull request for this issue as hpkpinx wasn't sending the response header all the time (for example when HTTP authentication is turned on, it doesn't send the header until after the authentication is received and a 200 found status code is returned).
I've fixed it by adding an option of "HEADER_ALWAYS" which, when set to "1" will add the "always" option to the end of the header in the nginx config file
The text was updated successfully, but these errors were encountered: