aboutsummaryrefslogtreecommitdiff
path: root/app/FreshRSS.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/FreshRSS.php')
-rw-r--r--app/FreshRSS.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php
index c48ad2093..d472a2147 100644
--- a/app/FreshRSS.php
+++ b/app/FreshRSS.php
@@ -153,7 +153,9 @@ class FreshRSS extends Minz_FrontController {
Minz_Request::is('user', 'validateEmail') ||
Minz_Request::is('user', 'sendValidationEmail') ||
Minz_Request::is('user', 'profile') ||
- Minz_Request::is('auth', 'logout')
+ Minz_Request::is('user', 'delete') ||
+ Minz_Request::is('auth', 'logout') ||
+ Minz_Request::is('javascript', 'nonce')
);
if ($email_not_verified && !$action_is_allowed) {
Minz_Request::forward(array(