Adding X-Requested-With header to all API requests, to avoid a basic auth prompt…
Adding X-Requested-With header to all API requests, to avoid a basic auth prompt for unauthenticated requests. Adding demo credentials to login page. Updating a few npm audit flagged packages in npm.
Showing
... | ... | @@ -5,9 +5,9 @@ |
"homepage": "http://gitlab.openshot.org/public-projects/simple-editor", | ||
"license": "MIT", | ||
"author": { | ||
"name" : "OpenShot Studios, LLC", | ||
"email" : "cloud-support@openshot.org", | ||
"url" : "https://openshot.org/cloud-api/" | ||
"name": "OpenShot Studios, LLC", | ||
"email": "cloud-support@openshot.org", | ||
"url": "https://openshot.org/cloud-api/" | ||
}, | ||
"private": true, | ||
"scripts": { | ||
... | ... |
Please
register
or
sign in
to comment