mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 01:36:56 +01:00
Merge pull request #10 from bigchaindb/remove-credentials-from-headers
Do not include credentials in XHR
This commit is contained in:
commit
f23e0ae68e
@ -3,7 +3,6 @@ import sanitize from './sanitize';
|
||||
|
||||
|
||||
const DEFAULT_REQUEST_CONFIG = {
|
||||
credentials: 'include',
|
||||
headers: {
|
||||
'Accept': 'application/json'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user