mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-26 01:25:48 +03:00
[GH-ISSUE #586] allow_local_remote_servers must be true at the system level in order the app can work #119
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#119
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @oleua on GitHub (Jul 21, 2023).
Original GitHub issue: https://github.com/nextcloud/twofactor_gateway/issues/586
I have found that the
option allow_local_remote_serversoption in theconfig.phpmust be settrue, in order the app can work.Otherwise it says:
OCP\Http\Client\LocalServerException: Host violates local access rulesI tried to limit the option to only this app, but it doesn't work, and needs to be set
trueat the upper level in the config.php file.Is that secure? Especially, if I do not use federated API at all.