From 1e724c4ab1049a2a2eb7818122f88fd1520cf620 Mon Sep 17 00:00:00 2001 From: Ronakkadhi Date: Wed, 15 Jul 2026 20:01:40 +0530 Subject: [PATCH] docs: add Blocklist page (relocated from API Client docs) The Blocklist feature (disable the Requestly Interceptor extension for specific websites via Global Settings > Blocked Sites) was documented on the API Client docs site (docs.requestly.com), where it did not belong - it is an Interceptor / extension capability. It has been removed from the API Client docs (requestly-api-client PR #3473) and is relocated here. - New page: documentation/guides/blocklist.mdx (Guides > Debugging & Interception) - Nav: added guides/blocklist to docs.json - Repoint: the "avoid intercepting certain domains" guide now links to /guides/blocklist instead of the old /account/blocklist - Copied the 4 blocklist screenshots into documentation/images/blocklist/ Co-Authored-By: Claude Opus 4.8 --- documentation/docs.json | 1 + documentation/guides/blocklist.mdx | 57 ++++++++++++++++++ ...ing-certain-domains-on-the-desktop-app.mdx | 2 +- .../03cd7da3-19a8-4ed8-adbe-40c9204ed320.png | Bin 0 -> 257336 bytes .../7a76c6e4-dfd1-4774-84f8-5949b2097873.png | Bin 0 -> 249974 bytes .../f00fa5ae-acaa-4b4c-9235-af455ab183fc.png | Bin 0 -> 1412 bytes .../fc595c39-6ddd-403c-9d46-9880db361e2b.png | Bin 0 -> 499896 bytes 7 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 documentation/guides/blocklist.mdx create mode 100644 documentation/images/blocklist/03cd7da3-19a8-4ed8-adbe-40c9204ed320.png create mode 100644 documentation/images/blocklist/7a76c6e4-dfd1-4774-84f8-5949b2097873.png create mode 100644 documentation/images/blocklist/f00fa5ae-acaa-4b4c-9235-af455ab183fc.png create mode 100644 documentation/images/blocklist/fc595c39-6ddd-403c-9d46-9880db361e2b.png diff --git a/documentation/docs.json b/documentation/docs.json index 9c32bc2c78..4c00890edb 100644 --- a/documentation/docs.json +++ b/documentation/docs.json @@ -189,6 +189,7 @@ "group": "Debugging & Interception", "pages": [ "guides/how-to-avoid-intercepting-certain-domains-on-the-desktop-app", + "guides/blocklist", "guides/how-to-use-requestly-extension-in-browserstack-live", "guides/requestly-integration-browserstack-app-live", "guides/disable-rule-application-status-widget", diff --git a/documentation/guides/blocklist.mdx b/documentation/guides/blocklist.mdx new file mode 100644 index 0000000000..bbafde2c1c --- /dev/null +++ b/documentation/guides/blocklist.mdx @@ -0,0 +1,57 @@ +--- +title: Blocklist +label: Blocklist +slug: blocklist +description: Blocklist lets you disable the Requestly Interceptor extension for certain websites. +seoTitle: "Blocklist: Stop Requestly on selected websites" +seoDescription: >- + The blocklist feature lets you disable the Requestly Interceptor extension for + selected websites. Useful for sites you don't want to intercept, or sites that + break under interception. +visibility: PUBLIC +--- +*** + +Blocklist lets you disable the Requestly Interceptor extension for specific websites. This keeps certain sites unaffected by Requestly's interception and modifications, which is useful in sensitive or problematic scenarios. + + + Available on Extension version >=24.7.23 and Desktop app version >=1.8.1 + + +