We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eec1f8 commit 2316cd5Copy full SHA for 2316cd5
src/Lighthouse/upload/files/node.ts
@@ -53,7 +53,6 @@ export default async <T extends boolean>(
53
credentials: 'include',
54
timeout: 7200000,
55
headers: {
56
- Encryption: 'false',
57
Authorization: token,
58
'X-Deal-Parameter': dealParameters
59
? JSON.stringify(dealParameters)
@@ -94,7 +93,6 @@ export default async <T extends boolean>(
94
93
95
96
97
98
99
100
0 commit comments