Chrome 59隐身会话未公开"允许"对于通知内容设置,默认为"已阻止"当通过API请求权限时

时间:2017-06-21 23:30:17

标签: google-chrome web-notifications incognito-mode

Chrome Version 59.0.3071.109 (Official Build) (64-bit)(至少在OSX上)与58在隐身会话中的行为不同,通过浏览器Notification API调用请求权限不会向用户显示权限请求弹出;相反,它会自动并静默地将权限从default设置为blocked

此外,在网址栏旁边的常规内容设置界面中,选择“"始终允许此网站”#34;在“通知权限”选项下拉列表中缺少。

如何在Chrome v59中专门针对隐身会话提供一些内容,例如通知?

1 个答案:

答案 0 :(得分:3)

如果要允许隐身会话中某些内容的权限,请访问相关页面,让API权限请求自动设置被阻止的权限,或者手动将其设置为阻止浏览器内容权限UI。

然后访问网址chrome://settings/content 另一个选项卡,然后单击要允许的内容类型(例如,通知)。隐身会话的被屏蔽权限将显示在标有阻止的部分下方。点击屏蔽列表项右侧的小点以显示权限选项,并将其更改为允许

A screenshot showing how to change the chrome permission settings to "allow" for an incognito session

或者,对于特定内容类型的相同Chrome设置(例如,通知chrome://settings/content/notifications),您可以点击允许右侧的添加链接strong>部分显示弹出窗口;输入您要允许的网站的网址,然后选中仅限当前隐身会话复选框。

A screenshot showing how to add a new entry for chrome permission settings for the current incognito session