Skip to content

Commit

Permalink
removed crossorigin.me
Browse files Browse the repository at this point in the history
  • Loading branch information
vb committed Sep 21, 2016
1 parent 3f5d34f commit e2f4cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/lazyframe.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/lazyframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Lazyframe = () => {
endpoints: {
youtube: (s) => `https://www.googleapis.com/youtube/v3/videos?id=${s.id}&key=${s.apikey}&fields=items(snippet(title,thumbnails))&part=snippet`,
vimeo: (s) => `https://vimeo.com/api/oembed.json?url=https%3A//vimeo.com/${s.id}`,
vine: (s) => `http://crossorigin.me/https://vine.co/oembed.json?url=https%3A%2F%2Fvine.co%2Fv%2F${s.id}`
vine: (s) => `https://vine.co/oembed.json?url=https%3A%2F%2Fvine.co%2Fv%2F${s.id}`
},
response: {
youtube: {
Expand Down

0 comments on commit e2f4cf3

Please sign in to comment.