]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+admin/moderation/video-block-list/video-block-list.component.ts
fix missing title attribute on <iframe> tag suggested for embedding (#3901)
authorThavarasa Prasanth <45243326+pthavarasa@users.noreply.github.com>
Wed, 31 Mar 2021 06:32:05 +0000 (08:32 +0200)
committerGitHub <noreply@github.com>
Wed, 31 Mar 2021 06:32:05 +0000 (08:32 +0200)
commit4097c6d66cb2919c28b5bce44b259e630923fbe0
treed57897b0b8762202a0be90388e9a79153690b9d9
parent47099aba46be7757d833422f1706b99a3c0e28ea
fix missing title attribute on <iframe> tag suggested for embedding (#3901)

* title attribute is missing on <iframe> tag suggested for embedding #3861

* fix #3901

* fix: escapeHTML #3901

* fix: playlist title instead of video title #3901

* fix #3901

* assign title directly #3901
13 files changed:
client/src/app/+admin/moderation/video-block-list/video-block-list.component.ts
client/src/app/+videos/+video-watch/video-watch.component.ts
client/src/app/shared/shared-abuse-list/abuse-list-table.component.ts
client/src/app/shared/shared-moderation/report-modals/video-report.component.ts
client/src/app/shared/shared-share-modal/video-share.component.ts
client/src/assets/player/peertube-player-manager.ts
client/src/assets/player/utils.ts
client/src/standalone/videos/embed.ts
server/controllers/services.ts
server/helpers/core-utils.ts
server/lib/client-html.ts
server/tests/api/server/services.ts
shared/core-utils/renderer/html.ts