diff --git a/extension/capture-options.md b/extension/capture-options.md index 9db18e7..31be6aa 100644 --- a/extension/capture-options.md +++ b/extension/capture-options.md @@ -7,7 +7,7 @@ position: 40 --- -# Advanced Capture Options +# Advanced Options Fiddler Jam provides several advanced capture options. These options allow you to enable or disable certain functionalities in order to modify the recorded output: @@ -19,10 +19,8 @@ Fiddler Jam provides several advanced capture options. These options allow you t - [Mask all post data](#mask-all-post-data) - [Disable Cache](#disable-cache) - ![Fiddler Jam Advanced Options](../images/ext/ext-images/extension-start-capturing-extended-003.png) - ### Capture video This option will allow you to capture video recording from the inspected Google Chrome tab. The video is then accessible through the **Screen recording** tab from the submitted log screen in the Jam portal. Note that only the tab from which the Fiddler Jam log recording has started will be recorded, and subsequentially opened tabs won't be present in the video recording. The option is disabled by default. diff --git a/security.md b/security.md index 4cb67fd..a3a40c1 100644 --- a/security.md +++ b/security.md @@ -16,7 +16,7 @@ Fiddler Jam Extension is a Chrome extension tool that can capture the ongoing ta - If either [**Capture screenshots**]({%slug fj-capture-options%}#take-screenshots-while-capturing) or [**Capture Video**]({%slug fj-capture-options%}#capture-video) options are enabled, a privacy warning appears in Fiddler Jam Extension before the recording starts. - Fiddler Jam Extension captures the Chrome tab's content where capturing is initialized plus all tabs and windows opened from that particular tab (and all tabs and windows opened from them). All tabs and windows with active capturing will have the red dot indication in Fiddler Jam Extension, as well as a strip at the top of the page with the text "Fiddler Jam, started debugging this browser". If the red dot in Fiddler Jam Extension and the top page strip the top of the page with the text "Fiddler Jam started debugging this browser" is not visible, Fiddler Jam Extension is not capturing this browser tab. - By default (**Mask all post data** switched off), Fiddler Jam Extension will try to mask all sensitive data (when the information is in known formats) send to the server or received from the server to the browser. Data sent or received in an unknown format will be considered sensitive by default and masked at 100%. Fiddler Jam Extension will remove masked data from the captured logs, and no one will be able to read it. Switching **Mask all post data** will explicitly turn on masking all data sent to the server. Learn more about [the sensitive data masking and the known formats](#masking-sensitive-data). -- By default Fiddler Jam Extension will mask cookies values (see the [**Capture Options**](#capture-options) below). This means that this data will be removed from the captured log, and no one will be able to read it. +- By default Fiddler Jam Extension will mask cookies values (see the [**Advanced Options**](#advanced-options) below). This means that this data will be removed from the captured log, and no one will be able to read it. - The password-protected logs are client-side encrypted with AES-CTR, and the password is not stored on Fiddler Jam servers. - The Fiddler Jam team doesn't have access to and can't recover password-protected log content. Learn more about the password-protecting option in the [Sharing Links options]({%slug fj-link-options%}). - The Fiddler Jam logs are stored in cloud storage based in the US, North Virginia.