Fix for Vimeo API change
This commit is contained in:
@@ -111,7 +111,7 @@
|
|||||||
"react-router": "^1.0.0",
|
"react-router": "^1.0.0",
|
||||||
"react-router-bootstrap": "https://github.com/FreeCodeCamp/react-router-bootstrap.git#freecodecamp",
|
"react-router-bootstrap": "https://github.com/FreeCodeCamp/react-router-bootstrap.git#freecodecamp",
|
||||||
"react-toastr": "^2.3.0",
|
"react-toastr": "^2.3.0",
|
||||||
"react-vimeo": "~0.0.3",
|
"react-vimeo": "~0.1.0",
|
||||||
"request": "^2.65.0",
|
"request": "^2.65.0",
|
||||||
"rev-del": "^1.0.5",
|
"rev-del": "^1.0.5",
|
||||||
"rx": "^4.0.0",
|
"rx": "^4.0.0",
|
||||||
|
@@ -24,7 +24,8 @@ export default function csp() {
|
|||||||
'https://*.jsdelivr.com',
|
'https://*.jsdelivr.com',
|
||||||
'*.jsdelivr.com',
|
'*.jsdelivr.com',
|
||||||
'*.twimg.com',
|
'*.twimg.com',
|
||||||
'https://*.twimg.com'
|
'https://*.twimg.com',
|
||||||
|
'vimeo.com'
|
||||||
].concat(trusted),
|
].concat(trusted),
|
||||||
connectSrc: [
|
connectSrc: [
|
||||||
'vimeo.com'
|
'vimeo.com'
|
||||||
|
Reference in New Issue
Block a user