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 9 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
11 changes: 9 additions & 2 deletions microsoft-edge/develop-web-microsoft-edge.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,16 @@ The following sections are tips for using the Microsoft Learn website.

To see details of a screenshot or diagram:

1. Right-click the image, and then select **Open image in new tab**.
1. Right-click the image, and then select **Open image in new tab** or **Magnify image**.

1. Close the image tab to return to the article.
1. Close the image tab or popup window to return to the article.


To magnify an image using keyboard shortcuts:

1. Hover over an image, and then press the **Ctrl** key twice.

1. Press **Esc** to close the popup window.


<!-- ====================================================================== -->
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 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 @@ -38,6 +38,7 @@ If your search provider is Bing, a resettable identifier that's unique to your b

When you select the Address bar, a signal is sent to your default search provider. The signal tells the provider to prepare suggestions. The typed characters and search queries aren't sent<!-- todo: can you turn this on for other search providers? if so, insert "by default" --> to Microsoft unless your search provider is Bing.


<!-- ------------------------------ -->
#### Controlling whether typed characters are sent

Expand Down Expand Up @@ -609,6 +610,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

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 the Web Machine Learning Neural Network (WebNN) API enabled, there's also an **AI enhance** button, that enables you 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**:

![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

To change the WebNN setting, go to `edge://flags`, search for **Enables WebNN API**, and then select **Default**, **Enabled**, or **Disabled**.

mikehoffms marked this conversation as resolved.
Show resolved Hide resolved
When you click the **AI enhance** button, AI-based image enhancement is done on your device by using a model that's downloaded from Microsoft servers. Neither the image nor any personally identifiable information is sent to Microsoft.
mikehoffms marked this conversation as resolved.
Show resolved Hide resolved
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`. For example, run Microsoft Edge from the command line using the `disable-features` command-line option, as follows:

```
msedge.exe --disable-features=msEdgeImageMagnifyUI
```
mikehoffms marked this conversation as resolved.
Show resolved Hide resolved

To turn off the **Ctrl-Ctrl** keyboard shortcut, go to `edge://settings/content/MagnifyImage`. Or, select **Settings and more** (![Settings and more icon](./index-images/settings-and-more-icon.png)) > **Cookies and site permissions** > **Magnify image**, and then use the **Enable Magnify keyboard shortcut** toggle.


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

Expand Down