Skip to content

Instantly share code, notes, and snippets.

@jstangroome
Created September 1, 2015 12:03
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jstangroome/a25e81a7b30cc58dc1b0 to your computer and use it in GitHub Desktop.
sub vcl_deliver {
set resp.http.Public-Key-Pins = {"pin-sha256="JcGyEMpuXl20IZG7NP8AFuLozlUZEoiENiuoelCVVaM="; pin-sha256="nh/TNmYDfa77LDPF0AfqxYcq0zLIgsIQSyGqj1MwzD4="; pin-sha256="cm5Kw3idmwUbZOGh20sAPAQq31Oyiaot7BJPH3iTN78="; max-age=5184000;"};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment