Merge pull request #2664 from annando/1607-remote-auth
Bugfix: Remote auth and picture permissions should now work again.
This commit is contained in:
commit
6e7f7210a8
2
boot.php
2
boot.php
|
@ -1125,14 +1125,12 @@ class App {
|
|||
$backend[] = "_well_known";
|
||||
$backend[] = "api";
|
||||
$backend[] = "dfrn_notify";
|
||||
$backend[] = "dfrn_poll";
|
||||
$backend[] = "fetch";
|
||||
$backend[] = "hcard";
|
||||
$backend[] = "hostxrd";
|
||||
$backend[] = "nodeinfo";
|
||||
$backend[] = "noscrape";
|
||||
$backend[] = "p";
|
||||
$backend[] = "photo";
|
||||
$backend[] = "poco";
|
||||
$backend[] = "post";
|
||||
$backend[] = "proxy";
|
||||
|
|
Loading…
Reference in New Issue
Block a user