From c44691ee6a25493662488e2b278a11cfa6ffc12a Mon Sep 17 00:00:00 2001 From: Max Ostapenko Date: Mon, 30 Sep 2024 15:17:13 +0000 Subject: [PATCH] origin-trials removed from other --- definitions/output/all/reprocess_pages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/definitions/output/all/reprocess_pages.js b/definitions/output/all/reprocess_pages.js index c524e2e..3f8d089 100644 --- a/definitions/output/all/reprocess_pages.js +++ b/definitions/output/all/reprocess_pages.js @@ -148,7 +148,7 @@ SELECT JSON_QUERY(SAFE.PARSE_JSON(custom_metrics, wide_number_mode => 'round'), "$.third-parties"), JSON_QUERY(SAFE.PARSE_JSON(custom_metrics, wide_number_mode => 'round'), "$.well-known"), JSON_QUERY(SAFE.PARSE_JSON(custom_metrics, wide_number_mode => 'round'), "$.wpt_bodies"), - PRUNE_OBJECT(custom_metrics, ["a11y", "cms", "css-variables", "cookies", "element_count", "ecommerce", "javascript", "markup", "media", "performance", "privacy", "security", "responsive_images", "robots_txt", "structured-data", "third-parties", "well-known", "wpt_bodies"]) + PRUNE_OBJECT(custom_metrics, ["a11y", "cms", "cookies", "css-variables", "ecommerce", "element_count", "javascript", "markup", "media", "origin-trials", "performance", "privacy", "responsive_images", "robots_txt", "security", "structured-data", "third-parties", "well-known", "wpt_bodies"]) ) AS custom_metrics, SAFE.PARSE_JSON(lighthouse, wide_number_mode => 'round') AS lighthouse, features,