Fix for Vimeo API change

This commit is contained in:
Berkeley Martinez
2016-01-07 22:40:51 -08:00
parent f02dffaff1
commit 9b91703953
2 changed files with 3 additions and 2 deletions

View File

@@ -111,7 +111,7 @@
"react-router": "^1.0.0",
"react-router-bootstrap": "https://github.com/FreeCodeCamp/react-router-bootstrap.git#freecodecamp",
"react-toastr": "^2.3.0",
"react-vimeo": "~0.0.3",
"react-vimeo": "~0.1.0",
"request": "^2.65.0",
"rev-del": "^1.0.5",
"rx": "^4.0.0",

View File

@@ -24,7 +24,8 @@ export default function csp() {
'https://*.jsdelivr.com',
'*.jsdelivr.com',
'*.twimg.com',
'https://*.twimg.com'
'https://*.twimg.com',
'vimeo.com'
].concat(trusted),
connectSrc: [
'vimeo.com'