Welcome to mirror list, hosted at ThFree Co, Russian Federation.

oembed_providers.yml « config - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98817b279965faf397ecbaeb74c0376d7570a8eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# SECURITY NOTICE! CROSS-SITE SCRIPTING!
# these endpoints may inject html code into our page
# note that 'endpoint' is the only information
# in OEmbed that we can trust. anything else may be spoofed!
daily_motion:
  endpoint: "https://www.dailymotion.com/services/oembed"
  urls:
    - http://www.dailymotion.com/video/*
    - https://www.dailymotion.com/video/*

twitter:
  endpoint: "https://api.twitter.com/1/statuses/oembed.json"
  urls:
    - http://twitter.com/*/status/*
    - https://twitter.com/*/status/*

mixcloud:
  endpoint: "http://www.mixcloud.com/oembed/"
  urls:
    - http://www.mixcloud.com/*/*
    - https://www.mixcloud.com/*/*

mediacccde:
  endpoint: "https://media.ccc.de/public/oembed/"
  urls:
    - http://media.ccc.de/v/*
    - https://media.ccc.de/v/*