fix(core): update
This commit is contained in:
14
ts/data/linksnapshot.ts
Normal file
14
ts/data/linksnapshot.ts
Normal file
@ -0,0 +1,14 @@
|
||||
import * as plugins from '../ul-interfaces.plugins.js';
|
||||
|
||||
export interface ILinkSnapshot {
|
||||
httpsSupport: boolean;
|
||||
httpHttpsParity: boolean;
|
||||
httpToHttpsRedirect: boolean;
|
||||
wwwToRootRedirect: boolean;
|
||||
rootToWwwRedirect: boolean;
|
||||
statusCode: number;
|
||||
fullPageLoadSize: number;
|
||||
fullPageLoadTimeMs: number;
|
||||
cookies: any[];
|
||||
gdprCompliance: boolean;
|
||||
}
|
Reference in New Issue
Block a user