mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove header #1144
This commit is contained in:
@ -192,7 +192,6 @@ async function doExtrasFetch(endpoint, args) {
|
|||||||
}
|
}
|
||||||
Object.assign(args.headers, {
|
Object.assign(args.headers, {
|
||||||
'Authorization': `Bearer ${extension_settings.apiKey}`,
|
'Authorization': `Bearer ${extension_settings.apiKey}`,
|
||||||
'Bypass-Tunnel-Reminder': 'bypass'
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const response = await fetch(endpoint, args);
|
const response = await fetch(endpoint, args);
|
||||||
|
Reference in New Issue
Block a user