Remove KLIPY from external media settings (#10496)
This commit is contained in:
@@ -65,6 +65,15 @@ export const externalEmbedLabels: Record<EmbedPlayerSource, string> = {
|
||||
bandcamp: 'Bandcamp',
|
||||
}
|
||||
|
||||
/**
|
||||
* These sources are proxied through our CDN and do not leak any user data,
|
||||
* thus are safe to embed without a warning.
|
||||
*/
|
||||
export const exemptExternalEmbedSources = new Set<EmbedPlayerSource>([
|
||||
'tenor',
|
||||
'klipy',
|
||||
])
|
||||
|
||||
export interface EmbedPlayerParams {
|
||||
type: EmbedPlayerType
|
||||
playerUri: string
|
||||
|
||||
Reference in New Issue
Block a user