From: Grant Slater Date: Mon, 2 Jan 2017 21:34:23 +0000 (+0000) Subject: tilecache: remove cookie flags secure + httponly X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/27b68b4b52f9738fd5d289fadcfdc5c6a3b9afc7 tilecache: remove cookie flags secure + httponly --- diff --git a/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb b/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb index efadcf602..8b038c546 100755 --- a/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb +++ b/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb @@ -36,7 +36,7 @@ default 4096; # Default Rate (No QoS cookie) EOF cat </etc/nginx/conf.d/tile_qos_cookies.map -default 'qos_token=${QOS_TOKEN_DEFAULT}; Secure; httponly; Max-Age=${VALID_TOKEN}; Domain=openstreetmap.org; Path=/'; # Cookie Domain per RFC6265 +default 'qos_token=${QOS_TOKEN_DEFAULT}; Max-Age=${VALID_TOKEN}; Domain=openstreetmap.org; Path=/'; # Cookie Domain per RFC6265 "${QOS_TOKEN_DEFAULT}" ''; # Do not Set-Cookie. # Default "${QOS_TOKEN_OSM}" ''; # Do not Set-Cookie. # Exclusive EOF