-
Notifications
You must be signed in to change notification settings - Fork 83
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 UI for INSECURE_PRIVATE_NETWORK site setting (default disabled) #344
Comments
temporary workaround: set |
check what are they for Issue 1338439: Prototyping permission prompt for private network access idl change third_party/blink/renderer/core/fetch/request.idl |
so |
so, the site setting only works in Allow mode and is not active in workers. |
wip patch https://gist.github.com/uazo/e61cf8d777f4111c059466d6c6184972 |
check PageSpecificContentSettings::MaybeNotifySiteDataObservers() whether it is possible to show info to the user via the ui |
Localhost access permission in brave |
Intent to Prototype: Private Network Access restrictions for automotive |
new flag in v117: |
Intel® Driver & Support Assistant seems to be able to access to localhost, but is it correct that the user is not notified?
check:
The text was updated successfully, but these errors were encountered: