Commit-Queue | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
std::move(callback).Run(/*access_allowed=*/rfh.IsFeatureEnabled(
blink::mojom::PermissionsPolicyFeature::kDirectSocketsPrivate));
This should be checked in the `//content` layer.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
std::move(callback).Run(/*access_allowed=*/rfh.IsFeatureEnabled(
blink::mojom::PermissionsPolicyFeature::kDirectSocketsPrivate));
This should be checked in the `//content` layer.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
LGTM assuming the rest of the usual Blink intent process is being followed.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
LGTM assuming the rest of the usual Blink intent process is being followed.
This change is in response to Security review feedback on the Blink launch, so it's covered under the currently pending Intent to Ship.
LGTM
permissions_policy_name: "direct-sockets-private",
Please update the Direct Sockets specification with this new policy.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
Please update the Direct Sockets specification with this new policy.
Will be done shortly afterwards -- thanks for reminding!
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
7 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
ds: Add direct-sockets-private permissions policy
This IWA-only permissions policy is a requirement for private network
access in the context of Direct Sockets.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |