Add exemptions

This commit is contained in:
Iván Ovejero 2024-12-20 11:34:10 +01:00
parent efb1e3db4b
commit d820b80fa6
No known key found for this signature in database

View file

@ -6,7 +6,9 @@ export const DEFAULT_URL_BASE = 'https://example.org/';
* Default headers for executing OAuth 2.0 flows.
*/
export const DEFAULT_HEADERS: Headers = {
// eslint-disable-next-line @typescript-eslint/naming-convention
Accept: 'application/json, application/x-www-form-urlencoded',
// eslint-disable-next-line @typescript-eslint/naming-convention
'Content-Type': 'application/x-www-form-urlencoded',
};