Skip to content

Commit 288c61d

Browse files
author
Myztiq
committed
Make the cookie insecure!
1 parent 8313a33 commit 288c61d

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)