From e363d79becf3db72998b14417f3d6fe58cb2d2cf Mon Sep 17 00:00:00 2001 From: lolcat Date: Sun, 7 Jun 2026 01:28:01 -0400 Subject: [PATCH] readme tweak --- README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/README.md b/README.md index 247169f..f91e268 100644 --- a/README.md +++ b/README.md @@ -105,24 +105,7 @@ Gets the browser's user agent string. ## `fplay.web_response_whitelist(sources)` -Outputs the response body for specific data sources. `sources` can is an array that can contain: - -- `main_frame` -- `sub_frame` -- `stylesheet` -- `script` -- `image` -- `object` -- `xmlhttprequest` -- `ping` -- `font` -- `media` -- `websocket` -- `csp_report` -- `imageset` -- `web_manifest` -- `speculative` -- `other` +Outputs the response body for specific data sources. `sources` is an array that can contain: `main_frame`, `sub_frame`, `stylesheet`, `script`, `image`, `object`, `xmlhttprequest`, `ping`, `font`, `media`, `websocket`, `csp_report`, `imageset`, `web_manifest`, `speculative` and `other` Default is `main_frame`, `xmlhttprequest`.