We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46401da + 288c61d commit 79ac462Copy full SHA for 79ac462
1 file changed
ansible/roles/user-content-pixel/templates/90-user-content-pixel.conf
@@ -30,7 +30,7 @@ server {
30
resolver_timeout 5s;
31
32
location = /pixel.gif {
33
- add_header Set-Cookie "isModerating=1; Domain=.{{ user_content_domain }}; Path=/; HttpOnly; Secure;";
+ add_header Set-Cookie "isModerating=1; Domain=.{{ user_content_domain }}; Path=/; HttpOnly;";
34
empty_gif;
35
}
36
0 commit comments