Southparkfan has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/233118

Change subject: Fix minor spelling mistake
......................................................................

Fix minor spelling mistake

Change-Id: I1cb4a8836a6eeca3f6b6d064e077e56fd59d88bc
---
M templates/varnish/text-frontend.inc.vcl.erb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/18/233118/1

diff --git a/templates/varnish/text-frontend.inc.vcl.erb 
b/templates/varnish/text-frontend.inc.vcl.erb
index 46feab5..45f9ad9 100644
--- a/templates/varnish/text-frontend.inc.vcl.erb
+++ b/templates/varnish/text-frontend.inc.vcl.erb
@@ -204,7 +204,7 @@
                // The exact format of the cookie-delete string is copied from 
examples of normal CA cookie deletes (e.g. for logouts?) seen in traffic logs
                header.append(resp.http.Set-Cookie, "centralauth_Token=deleted; 
expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; domain=.wikidata.org; 
secure; httponly");
        }
-       // as above for centraulauth_User (see 
https://phabricator.wikimedia.org/T109038#1562651 )
+       // As above for centralauth_User (see 
https://phabricator.wikimedia.org/T109038#1562651)
        if(req.http.Host ~ "(?i)(^|\.)wikidata\.org$" && req.http.Cookie ~ 
"centralauth_User.*centralauth_User") {
                // The exact format of the cookie-delete string is copied from 
examples of normal CA cookie deletes (e.g. for logouts?) seen in traffic logs
                header.append(resp.http.Set-Cookie, "centralauth_User=deleted; 
expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; domain=.wikidata.org; 
secure; httponly");

-- 
To view, visit https://gerrit.wikimedia.org/r/233118
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1cb4a8836a6eeca3f6b6d064e077e56fd59d88bc
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Southparkfan <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to