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

Add "Magnify Image" section in "Microsoft Edge Privacy Whitepaper" #3234

Closed
wants to merge 17 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 32 additions & 2 deletions microsoft-edge/privacy-whitepaper/index.md
mikehoffms marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.topic: conceptual
ms.service: microsoft-edge
ms.localizationpriority: high
no-loc: [Cast, Google Cast]
ms.date: 07/02/2024
ms.date: 07/22/2024
---
# Microsoft Edge Privacy Whitepaper

Expand Down Expand Up @@ -534,6 +534,36 @@ To enhance the Kids Mode experience, Microsoft Edge adds a safe keyword to the h
Kids Mode does not collect data for personalization of the news feed or other Microsoft services. You may not change the privacy settings for Kids Mode. Other settings like Windows Defender SmartScreen and diagnostic data are configured according to the profile in which Kids Mode was launched. For more information about diagnostic data about how you use the browser and Windows Defender SmartScreen, see the [Diagnostic Data](#diagnostic-data) and [SmartScreen](#smartscreen) sections.


<!-- ====================================================================== -->
## Magnify Image<!-- todo: is the menuitem capital I or lowercase? global in section -->

To use the Magnify Image feature, right-click an image and then select **Magnify Image**, or press the **Ctrl** key twice while hovering over an image. The Magnify Image feature retrieves the largest available version of the image from the website and displays it in a popup window.
mikehoffms marked this conversation as resolved.
Show resolved Hide resolved


<!-- ------------------------------ -->
#### AI-based image enhancement

If your browser has WebNN enabled, there's also a button<!-- todo: what's the button label? can we commit to specifying the button label at this time? [click] the **Foo** button --> to use AI to enhance the image. To check whether WebNN is enabled, go to the `edge://gpu` page, and then in the **Graphics Feature Status** section, see whether **WebNN** says **Enabled**:<!-- todo: how to control whether WebNN is enabled? -->
mikehoffms marked this conversation as resolved.
Show resolved Hide resolved

![The status of the WebNN setting, shown in the edge://gpu page](./index-images/webnn-disabled-gpu.png)
mikehoffms marked this conversation as resolved.
Show resolved Hide resolved

AI-based image enhancement is done on your device by using a model that's downloaded from Microsoft servers when you click the AI enhancement<!-- todo: what's the button label? can we commit to specifying the button label at this time? [click] the **Foo** button --> button. Neither the image nor any personally identifiable information is sent to Microsoft.
mikehoffms marked this conversation as resolved.
Show resolved Hide resolved


<!-- ------------------------------ -->
#### Turning off the feature
mikehoffms marked this conversation as resolved.
Show resolved Hide resolved

To turn off the Magnify Image feature, use the command-line flag `msEdgeImageMagnifyUI`.
<!-- todo: state the gui nav path, if any: eg:
mikehoffms marked this conversation as resolved.
Show resolved Hide resolved
; select **Settings and more** (![Settings and more icon](./index-images/settings-and-more-icon.png)) > **Sidebar** > **App and notification settings** > **Foo**, and then use the **Foo** toggle.
-->

To turn off the **Ctrl-Ctrl** keyboard shortcut, use `edge://settings`.
mikehoffms marked this conversation as resolved.
Show resolved Hide resolved
<!-- todo: state the gui nav path, eg:
; select **Settings and more** (![Settings and more icon](./index-images/settings-and-more-icon.png)) > **Sidebar** > **App and notification settings** > **Foo**, and then use the **Foo** toggle.
-->


<!-- ====================================================================== -->
## Microsoft Edge WebDriver

Expand Down Expand Up @@ -753,7 +783,7 @@ To redeem your points or contribute points to a listed nonprofit organization, g

#### Cancelling your participation

If you no longer want to participate in the Microsoft Rewards program, follow the instructions on the [opt out page](https://account.microsoft.com/rewards/optout?confirm=false). If you opt out, you will immediately lose all of your available points.
If you no longer want to participate in the Microsoft Rewards program, follow the instructions on the [opt out page](https://rewards.bing.com/optout).<!-- todo: add confirm param? https://rewards.bing.com/optout?confirm=false--> If you opt out, you will immediately lose all of your available points.

See also:
* [Learn about Microsoft Rewards](https://support.microsoft.com/topic/learn-about-microsoft-rewards-c5ab735d-c6d9-4bb9-30ad-d828e954b6a9).
Expand Down