1
0
Fork 0

Add download feature for domain block list

- Add new /blocklist/domain/download route
- Add link on /friendica page
This commit is contained in:
Hypolite Petovan 2022-07-27 11:54:50 -04:00
commit 7d7a5a65e9
4 changed files with 87 additions and 18 deletions

View file

@ -353,6 +353,9 @@ return [
'/attach/{item:\d+}' => [Module\Attach::class, [R::GET]],
'/babel' => [Module\Debug\Babel::class, [R::GET, R::POST]],
'/debug/ap' => [Module\Debug\ActivityPubConversion::class, [R::GET, R::POST]],
'/blocklist/domain/download' => [Module\Blocklist\Domain\Download::class, [R::GET]],
'/bookmarklet' => [Module\Bookmarklet::class, [R::GET]],
'/community[/{content}]' => [Module\Conversation\Community::class, [R::GET]],