From 6f2da751e9d093c1516afa18fd2904971a10ee70 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Fri, 12 Aug 2022 00:00:05 -0700 Subject: [PATCH] Enable DNS-based APLN for Lighthouse runs --- Makefile.online | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.online b/Makefile.online index 0eba318..a1a30ad 100644 --- a/Makefile.online +++ b/Makefile.online @@ -11,7 +11,9 @@ CHROME_PATH = $(CHROME_DIR)/thorium CHROMEDRIVER_PATH = $(CHROME_DIR)/chromedriver CHROME_PROFILE ?= /tmp/chrome-lighthouse JS_FLAGS='' -CHROME_FLAGS += --headless --disable-extensions --no-default-browser-check --disable-client-side-phishing-detection --disable-component-update --disable-default-apps --disable-device-discovery-notifications --disable-domain-reliability --disable-background-timer-throttling --disable-breakpad --enable-blink-features=LayoutInstabilityAPI --no-first-run --disable-background-networking --user-data-dir=$(CHROME_PROFILE) --enable-quic --start-in-incognito --origin-to-force-quic-on=seirdy.one:443 +# We enable experimental web platform features so the Document-Policy header is enforced +# # +CHROME_FLAGS += --headless --disable-extensions --no-default-browser-check --disable-client-side-phishing-detection --disable-component-update --disable-default-apps --disable-device-discovery-notifications --disable-domain-reliability --disable-background-timer-throttling --disable-breakpad --enable-blink-features=LayoutInstabilityAPI --enable-features=UseDnsHttpsSvcb,UseDnsHttpsSvcbAlpn --no-first-run --disable-background-networking --user-data-dir=$(CHROME_PROFILE) --enable-experimental-web-platform-features --enable-quic --origin-to-force-quic-on=staging.seirdy.one:443 CHROME_FLAGS_COMMA = 'disable-extensions,no-default-browser-check,disable-client-side-phishing-detection,disable-component-update,disable-default-apps,disable-device-discovery-notifications,disable-domain-reliability,disable-background-timer-throttling,disable-breakpad,no-first-run,disable-background-networking,js-flags=--jitless' # When quiet, my lappie's CPU power is benchmarked to be ~1320. The CPU throttling calculator recommends throttling by 3.1x. # Multiply that by 4 cuz imo it's way too generous. It targets devices like the Moto G4; I target devices like the JioPhone 2.