Currently, when adding a custom menu link with an iframe embed, there are toggles for "Allow Microphone" and "Allow Camera" permissions. I'd like to request adding an "Allow Geolocation" toggle as well.
Use Case:
Many embedded applications need to request the user's location - store locators, service area tools, location-based lead capture, etc. Without the geolocation permission in the iframe's allow attribute, these embedded apps cannot request location access, even if the user consents.
Requested Change:
Add a toggle (similar to the existing Microphone/Camera toggles) that adds geolocation to the iframe's allow attribute:
<iframe src="https://example.com" allow="geolocation"></iframe>