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
|
||||
* @access public
|
||||
*/
|
||||
var $secure = true;
|
||||
var $secure = false;
|
||||
/**
|
||||
* Encryption key.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue