diff options
| -rw-r--r-- | app/FreshRSS.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php index d472a2147..8d079b268 100644 --- a/app/FreshRSS.php +++ b/app/FreshRSS.php @@ -155,6 +155,7 @@ class FreshRSS extends Minz_FrontController { Minz_Request::is('user', 'profile') || Minz_Request::is('user', 'delete') || Minz_Request::is('auth', 'logout') || + Minz_Request::is('feed', 'actualize') || Minz_Request::is('javascript', 'nonce') ); if ($email_not_verified && !$action_is_allowed) { |
