Revert "Try to fix auth with secure cookie"

This reverts commit ae97fec519.
This commit is contained in:
Karl Cordes 2019-03-14 16:19:41 +11:00
parent ae97fec519
commit 8fcd678dc8
2 changed files with 6 additions and 1 deletions

View file

@ -24,6 +24,11 @@ class AppController extends Controller {
} }
//WTF. Why is this here??
function isAuthorized() {
return true;
}
/** /**

View file

@ -102,7 +102,7 @@ class CookieComponent extends Object {
* @var boolean * @var boolean
* @access public * @access public
*/ */
var $secure = true; var $secure = false;
/** /**
* Encryption key. * Encryption key.
* *