漏洞编号 | BUG-000129375 |
已提交 | Mar 13, 2020 |
Modified | Jan 18, 2021 |
严重性 | Medium |
应用于 | ArcGIS Online |
找到的版本 | 7.4 |
程序语言 | N/A |
服务器平台 | N/A N/A |
客户端平台 | N/A N/A |
数据库 | N/A |
区域设置 | N/A |
状态 | Implemented |
修正版本 | 8.3 |
SP 修复 | N/A |
漏洞 BUG-000129375
摘要
Creating a Web AppBuilder application using a Near Me widget which is embedded within ArcGIS Experience Builder returns the following error message, "Geolocation has been disabled in the document by Feature Policy."
附加信息
N/A
备用解决方案
Use the code value to enter the Iframe code:
<iframe width="1200" height="700" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="your application URL" allow="geolocation">
</iframe>