]> Untitled Git - lemmy.git/commit
Only allow http(s) scheme for urls (ref #3505) (#3508)
authorNutomic <me@nutomic.com>
Thu, 6 Jul 2023 12:29:51 +0000 (14:29 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Jul 2023 12:29:51 +0000 (08:29 -0400)
commit00f9f79a44887869dcdc3fe5bd1dabbbdc080cec
tree88a6a106ada6b5449e1b8ea18962f318bea7768e
parentc12fedaf1b39ef0d5d7122221a0e57ba50f04ac6
Only allow http(s) scheme for urls (ref #3505) (#3508)

With this change only http(s) schemes are allowed for post.url
field. This is checked for incoming api and federation requests.
Existing posts in database which are sent to clients are not
checked. Neither does it check urls in markdown.
crates/api_crud/src/post/create.rs
crates/api_crud/src/post/update.rs
crates/apub/src/objects/post.rs
crates/utils/src/utils/validation.rs