Remove header #1144
This commit is contained in:
parent
2b3055a84a
commit
359277deb5
|
@ -192,7 +192,6 @@ async function doExtrasFetch(endpoint, args) {
|
|||
}
|
||||
Object.assign(args.headers, {
|
||||
'Authorization': `Bearer ${extension_settings.apiKey}`,
|
||||
'Bypass-Tunnel-Reminder': 'bypass'
|
||||
});
|
||||
|
||||
const response = await fetch(endpoint, args);
|
||||
|
|
Loading…
Reference in New Issue