Add User-Agent header (#2602)
This commit is contained in:
parent
921609cab1
commit
5b039a1bee
5 changed files with 12 additions and 2 deletions
|
|
@ -114,6 +114,7 @@ export type Mixin = {
|
|||
status_url: string;
|
||||
dev_url: string;
|
||||
drive_url: string;
|
||||
user_agent: string;
|
||||
};
|
||||
|
||||
export type Config = Source & Mixin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue