1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 09:46:58 +01:00

Merge pull request #10 from bigchaindb/remove-credentials-from-headers

Do not include credentials in XHR
This commit is contained in:
Matthias Kretschmann 2017-06-12 15:07:42 +02:00 committed by GitHub
commit f23e0ae68e

View File

@ -3,7 +3,6 @@ import sanitize from './sanitize';
const DEFAULT_REQUEST_CONFIG = {
credentials: 'include',
headers: {
'Accept': 'application/json'
}