1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-26 09:05:07 +02:00
Files
misskey/packages/backend/src
Johann150 9954c054a7 fix: ensure resolver does not fetch local resources via HTTP(S) (#8733)
* refactor: parseUri types and checks

The type has been refined to better represent what it actually is. Uses of
parseUri are now also checking the parsed object type before resolving.

* cannot resolve URLs with fragments

* also take remaining part of URL into account

Needed for parsing the follows URIs.

* Resolver uses DbResolver for local

* remove unnecessary use of DbResolver

Using DbResolver would mean that the URL is parsed and handled again.
This duplicated processing can be avoided by querying the database directly.

* fix missing property name
2022-06-04 11:29:20 +09:00
..
2022-05-29 10:57:06 +09:00
2022-04-17 14:42:13 +09:00
2022-06-03 23:08:15 +09:00
2022-05-31 17:44:22 +09:00
2022-02-27 11:07:39 +09:00
2022-06-03 23:14:50 +09:00
2022-02-20 16:07:43 +09:00
2021-11-12 02:02:25 +09:00
2021-11-12 02:02:25 +09:00
2022-02-27 11:07:39 +09:00
2022-03-06 16:06:27 +09:00