Revert "Try to fix auth with secure cookie"
This reverts commit ae97fec519.
This commit is contained in:
parent
ae97fec519
commit
8fcd678dc8
|
|
@ -24,6 +24,11 @@ class AppController extends Controller {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//WTF. Why is this here??
|
||||||
|
function isAuthorized() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue