Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update protection-features-description.md #410

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@ Protection available specific to iOS apps.

### Screen mirroring detection

* **What it does:** Prevent external screens (connected through an adapter or through Airplay) from mirroring the application window often used for social engineering attacks and external scraping of screen data.
* **What it does:** Prevent external screens (connected through an adapter or Airplay) from mirroring the application window often used for social engineering attacks and external scraping of screen data.
* **What happens:** On positive detections block the screen mirroring functionality.
* **Is it configurable?:** No.


### Screenshot protection

* **What it does:** Blocks the creation of system screenshots.
* **What it does:** Only blocks the creation of system screenshots, user-initiated screenshots are still allowed.
DanielNunesOS marked this conversation as resolved.
Show resolved Hide resolved
* **What happens:** On positive detections blocks system screenshots.
* **Is it configurable?:** Yes, this protection feature can be disabled. See [AppShield Configuration](intro.md#configuration)

Expand Down
Loading