Refine web automation provenance exclusions

This commit is contained in:
Stefano Fiorini
2026-04-09 10:31:41 -05:00
parent c97b7d44e5
commit 879cccf383
3 changed files with 21 additions and 13 deletions

View File

@@ -15,10 +15,12 @@
"test-profile.ts" "test-profile.ts"
], ],
"excludedReferencePatterns": [ "excludedReferencePatterns": [
"*discover.js", "*-discover.js",
"*photos.js", "*-photos.js",
"*identifiers.js", "*-identifiers.js",
"*.test.mjs", "*-photo-data.js",
"domain-specific helper scripts" "*-address.js",
"*-photo-common.js",
"*.test.mjs"
] ]
} }

View File

@@ -15,8 +15,12 @@
"test-profile.ts" "test-profile.ts"
], ],
"excludedReferencePatterns": [ "excludedReferencePatterns": [
"real-estate*", "*-discover.js",
"zillow*", "*-photos.js",
"har*" "*-identifiers.js",
"*-photo-data.js",
"*-address.js",
"*-photo-common.js",
"*.test.mjs"
] ]
} }

View File

@@ -15,10 +15,12 @@
"test-profile.ts" "test-profile.ts"
], ],
"excludedReferencePatterns": [ "excludedReferencePatterns": [
"*discover.js", "*-discover.js",
"*photos.js", "*-photos.js",
"*identifiers.js", "*-identifiers.js",
"*.test.mjs", "*-photo-data.js",
"domain-specific helper scripts" "*-address.js",
"*-photo-common.js",
"*.test.mjs"
] ]
} }