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

Disable SmartScreen / FraudulentWebsite detection #2163

Closed
stffabi opened this issue Dec 1, 2022 · 3 comments · Fixed by #2269
Closed

Disable SmartScreen / FraudulentWebsite detection #2163

stffabi opened this issue Dec 1, 2022 · 3 comments · Fixed by #2269
Labels
Enhancement New feature or request

Comments

@stffabi
Copy link
Collaborator

stffabi commented Dec 1, 2022

Is your feature request related to a problem? Please describe.

Microsoft uses SmartScreen per default in WebView2 to detect if a user is accessing a phishing or malware website. The same applies to Apple, they use a "FraudulentWebsite" detection service.

Both services send information about the navigation to Microsoft/Apple. It's not clear if this only applies to External Websites or also to custom protocols or what is included.

Describe the solution you'd like

It would be great to have the possibility to disable this detection. Maybe even better per default disable it and the developer needs to opt-in.

How to disable it:

Describe alternatives you've considered

No response

Additional context

No response

@stffabi stffabi added the Enhancement New feature or request label Dec 1, 2022
@leaanthony
Copy link
Member

💯

@leaanthony
Copy link
Member

I believe this would be fixed by the "pass args to webview2" feature that would address a bunch of these options.

@stffabi
Copy link
Collaborator Author

stffabi commented Dec 1, 2022

I believe this would be fixed by the "pass args to webview2" feature that would address a bunch of these options.

Yeah that's a requirement. But I think this should be an option on the app options, to disable/enable this on all platforms with just one flag. We would then internally append that to the "args to webview2" in the webview2 case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants