From b7d23e4736ab4417b03811d6652360ff1fd9fd48 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Sat, 18 Oct 2014 14:51:21 -0700 Subject: [PATCH] Update CHANGES.rst with latest --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index f0da6a23..9aa68f21 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,10 @@ pywb 0.6.2 changelist * Small improvements to streaming response, read in fixed chunks to allow better streaming from live. +* Improved cookie and csrf-token rewriting, including: ability to set `cookie_scope: root` per collection to have all replayed cookies have their Path set to application root. + + This is useful for replaying sites which share cookies amongst different pages and across archived time ranges. + * New, implified notation for fuzzy match rules on query params (See: `Fuzzy Match Rules `_)