mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 10:00:39 -04:00
Fix for Vimeo API change
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user