docs: video masking sections
This commit is contained in:
Родитель
49ecde9aa5
Коммит
8df6b1a91b
|
@ -37,7 +37,7 @@ The **Capture video** option allows you to capture video recordings from the ins
|
|||
|
||||
The submitted videos are accessible for Fiddler Jam Portal users only. A recorded log, exported as a HAR file or opened directly in [Fiddler Everywhere](https://www.telerik.com/download/fiddler-everywhere), won't contain the video recording. By default, the **Capture video** option is enabled.
|
||||
|
||||
>important The video recordings may contain and display sensitive input data, for example, data entered in forms, fields, and so on. Be careful when submitting sensitive data such as credit card information and passwords, and make sure you share them with trusted parties only.
|
||||
>important The video recordings may contain and display sensitive input data, for example, data entered in forms, fields, and so on. Be careful when submitting sensitive data such as credit card information and passwords, and make sure you share them with trusted parties only. By design, the Jam extension will try to recognize and automatically mask sensetive data in the output video recording. [Learn more about the video masking here...]({%slug fj-security%}#masking-video)
|
||||
|
||||
## Capturing Screenshots
|
||||
|
||||
|
|
|
@ -118,3 +118,4 @@ That was it! Now you are ready to dive more deeply into Fiddler Jam Chrome Exten
|
|||
* [Advanced Capturing Options]({% slug fj-capture-options %})
|
||||
* [Log Sharing Options]({% slug fj-link-options %})
|
||||
* [Error Handling]({% slug fj-error-handling %})
|
||||
* [Security Aspects]({% slug fj-security %})
|
|
@ -153,6 +153,11 @@ The following example demonstrates a captured screen recording.
|
|||
|
||||
![Inspecting video recording](../images/portal/logs/fj-portal-log-screen-recording.png)
|
||||
|
||||
Note that the Jam extension will try to detect and mask any sensitive data related to payments automatically. Fields that might contain credit card numbers, PIN codes, cardholder names, CVC numbers, and other payment details are automatically masked when recognized as such (refer to the sample image below).
|
||||
|
||||
![Example for masked video output](../images/portal/masking/video-mask-example.png)
|
||||
|
||||
|
||||
### Inspecting Storage Details
|
||||
|
||||
The **Storage Details** tab displays the **Local Storage** and **Session Storage** data.
|
||||
|
|
|
@ -134,9 +134,7 @@ The Jam extension will automatically mask (remove) all sensitive data sent to or
|
|||
|
||||
When the **Capture Video** option is enabled from the capturing options, the Jam extension will record a video that contains all interactions made by the extension user. By default, the Jam extension will try to recognize any sensitive data related to payments and mask it. As a result, most payment-related forms are explicitly hidden in the outputted video recording. Please note that the Jam video masking does not cover 100% of all real-life cases, so always verify that the recording does not contain sensitive data that you wouldn't want to share.
|
||||
|
||||
_Example for automatically masked video (credit card forms are hidden behind white stripes)_
|
||||
![Example for masked video recording](./images/portal/masking/video-mask-example.png)
|
||||
|
||||
>tip The Jam extension detects common identification that many payment providers use. If you are recording a video that is not automatically masking payment or other sensitive data, please contact us through the support option and provide as many details as possible.
|
||||
|
||||
## Secure Usage of the Advanced Options
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче