1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/3.0/modules/remote/patches/cookie.patch
2011-06-20 15:59:58 +02:00

12 lines
531 B
Diff

diff --git a/modules/gallery/config/cookie.php b/modules/gallery/config/cookie.php
index a865231..a2a0af7 100644
--- a/modules/gallery/config/cookie.php
+++ b/modules/gallery/config/cookie.php
@@ -45,4 +45,4 @@ $config['secure'] = !empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on';
* Enable this option to disable the cookie from being accessed when using a
* secure protocol. This option is only available in PHP 5.2 and above.
*/
-$config['httponly'] = true;
\ No newline at end of file
+$config['httponly'] = false;