WA-521 Remove CORS header

This commit is contained in:
apanizo 2018-08-17 11:38:24 +02:00
parent f2552beb62
commit dd7cd3707b
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ export const submitOperation = async (
const headers = { const headers = {
Accept: 'application/json', Accept: 'application/json',
'Content-Type': 'application/json', 'Content-Type': 'application/json',
'Access-Control-Allow-Origin': '*',
} }
const body = await calculateBodyFrom(safeAddress, to, valueInWei, data, operation, nonce, txHash, sender, type) const body = await calculateBodyFrom(safeAddress, to, valueInWei, data, operation, nonce, txHash, sender, type)