Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects

feature: Option --skip-head-request will not check the content type of a link and just open it

Merged Felix WOSTMANN requested to merge skip-head-request into main
Files
7
@@ -49,6 +49,7 @@ export interface BrowserArgs {
sleep: number;
cookies: string;
seed?: string;
skipHeadRequest: boolean;
}
export class BrowserSession {
Loading