aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/configureController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/configureController.php')
-rw-r--r--app/Controllers/configureController.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php
index b7cd01242..55fd48393 100644
--- a/app/Controllers/configureController.php
+++ b/app/Controllers/configureController.php
@@ -506,10 +506,6 @@ class FreshRSS_configure_Controller extends FreshRSS_ActionController {
}
public function privacyAction(): void {
- if (!FreshRSS_Auth::hasAccess('admin')) {
- Minz_Error::error(403);
- }
-
if (Minz_Request::isPost()) {
FreshRSS_Context::userConf()->retrieve_extension_list = Minz_Request::paramBoolean('retrieve_extension_list');
FreshRSS_Context::userConf()->save();