Skip to content

Instantly share code, notes, and snippets.

@eiriksm
Last active August 29, 2015 14:08
Show Gist options
  • Save eiriksm/95c3c51148a9d0a56979 to your computer and use it in GitHub Desktop.
Save eiriksm/95c3c51148a9d0a56979 to your computer and use it in GitHub Desktop.
Drupal 8 and varnish
if (req.http.host == "crashndash.com") {
unset req.http.Cookie;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment