1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Add filter:html.client.json-ld.result hook

This commit is contained in:
Chocobozzz 2023-03-24 18:37:55 +01:00
parent 80d7d180a3
commit d91ce83d39
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 55 additions and 11 deletions

View file

@ -107,6 +107,8 @@ export const serverFilterHookObject = {
'filter:html.embed.video.allowed.result': true,
'filter:html.embed.video-playlist.allowed.result': true,
'filter:html.client.json-ld.result': true,
'filter:job-queue.process.params': true,
'filter:job-queue.process.result': true,