Skip to content

Commit 79ac462

Browse files
committed
Merge pull request #471 from CodeNow/make-cookie-insecure
Make the cookie insecure!
2 parents 46401da + 288c61d commit 79ac462

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/user-content-pixel/templates/90-user-content-pixel.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ server {
3030
resolver_timeout 5s;
3131

3232
location = /pixel.gif {
33-
add_header Set-Cookie "isModerating=1; Domain=.{{ user_content_domain }}; Path=/; HttpOnly; Secure;";
33+
add_header Set-Cookie "isModerating=1; Domain=.{{ user_content_domain }}; Path=/; HttpOnly;";
3434
empty_gif;
3535
}
3636

0 commit comments

Comments
 (0)