Chromium Code Reviews
DescriptionAllow SAML logins to use the webcam
Add a new opt-in policy, LoginVideoCaptureAllowedUrls, that works in a
similar way to the existing VideoCaptureAllowedUrls policy. SAML
login pages listed in the whitelist will be allowed to access the
webcam (no audio). If the policy is unset or the list is empty, all
SAML login pages will be denied webcam access.
BUG=606979
TEST=whitelist https://clever.com via YAPS and verify with
mo@clever.academy login
Committed: https://crrev.com/cfcb9306e198a4e56facc865a60f45ce6d28f1aa
Cr-Commit-Position: refs/heads/master@{#391390}
Patch Set 1 #Patch Set 2 : fix test case and xml formatting #
Total comments: 26
Patch Set 3 : incorporate code review feedback #Patch Set 4 : use unique_ptr for url list #
Total comments: 1
Patch Set 5 : add comment to JS re: C++ permission check #Messages
Total messages: 32 (13 generated)
|