<iframe allow="geolocation 'none'">

Hi,

on my website I embed a weather widget via an iframe. The embedded content requests the geolocation from users - and I want to block this behaviour.


My code currently uses the allow="geolocation 'none'" feature-policy, which works fine in Chrome, but has no effect in Safari.


Is there a way to block the geolocation request for the users of my website?


Thanks!
Manfred