Try to fix auth with secure cookie

This commit is contained in:
Karl Cordes 2019-01-27 12:35:38 +11:00
parent bae6dc5c22
commit ae97fec519
2 changed files with 1 additions and 6 deletions

View file

@ -24,11 +24,6 @@ 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
* @access public
*/
var $secure = false;
var $secure = true;
/**
* Encryption key.
*