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: 1c3970820f4f88f810061189b01d98dfd8e94145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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: "http://www.dailymotion.com/services/oembed"
  urls:
    - http://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/*/*