mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:13:25 +00:00
Added IP_LOCKED flag amonst other things requested by mrjvs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export const flags = {
|
||||
NO_CORS: 'no-cors',
|
||||
IP_LOCKED: 'ip-locked',
|
||||
} as const;
|
||||
|
||||
export type Flags = (typeof flags)[keyof typeof flags];
|
||||
|
Reference in New Issue
Block a user