From a10ae003c5ae45d40f0be9ccecfe298895d106dc Mon Sep 17 00:00:00 2001 From: soulgalore Date: Fri, 17 Oct 2025 23:23:22 +0200 Subject: [PATCH] new bt --- docs/_includes/version/browsertime.txt | 2 +- docs/documentation/browsertime/configuration/config.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_includes/version/browsertime.txt b/docs/_includes/version/browsertime.txt index 0e55734cf..9bab9c8f2 100644 --- a/docs/_includes/version/browsertime.txt +++ b/docs/_includes/version/browsertime.txt @@ -1 +1 @@ -25.2.0 \ No newline at end of file +25.3.0 \ No newline at end of file diff --git a/docs/documentation/browsertime/configuration/config.md b/docs/documentation/browsertime/configuration/config.md index b9441ac7b..817932df7 100644 --- a/docs/documentation/browsertime/configuration/config.md +++ b/docs/documentation/browsertime/configuration/config.md @@ -207,6 +207,7 @@ Options: --har Specify file name for .har file (ex: 'browsertime'). Unless specified, file will be named browsertime.har --skipHar Pass --skipHar to not collect a HAR file. [boolean] --gzipHar Pass --gzipHar to gzip the HAR file [boolean] + --cleanSensitiveHeaders Pass --cleanSensitiveHeaders to remove sensitive headers in the HAR file [boolean] --config Path to JSON config file. You can also use a .browsertime.json file that will automatically be found by Browsertime using find-up. --viewPort Size of browser window WIDTHxHEIGHT or "maximize". Note that "maximize" is ignored for xvfb. --resultDir Set result directory for the files produced by Browsertime