gpt4 book ai didi

javascript - 删除 Firefox 星形图标和书签图标

转载 作者:行者123 更新时间:2023-11-28 14:05:34 25 4
gpt4 key购买 nike

我正在构建一个应用程序,其要求必须禁用所有浏览器功能。 (这是一个应试应用程序,他们担心安全/作弊。)

我弹出一个新窗口,以便我可以使其全屏显示,禁用菜单栏、工具栏等。但是 Firefox 仍然有两个图标剩余,我不知道如何禁用。即使当我使用 location=no 调用 window.open 时,“页面”图标和“书签”星形图标仍然打开。这是 window.open 命令:

window.open("filename", "test", "fullscreen=yes,status=no,toolbar=no,location=no,menu=no,directories=no,scrollbars=yes"); 

对此我能做些什么吗?

最佳答案

From the MDC documentation for window.open() :

Mozilla and Firefox users can force new windows to always render the location bar by setting dom.disable_window_open_feature.location to true in about:config or in their user.js file

In Firefox 3, dom.disable_window_open_feature.location now defaults to true, forcing the presence of the Location Bar much like in IE7.

已完成 to help thwart phishing exploits 。即使您可以控制运行浏览器的计算机,您(您的用户)最好还是启用它。

您确实应该设计您的应用程序,以便知道 URL 或为其添加书签不会帮助潜在的作弊者。例如:如果之前已经提交了答案,则不要接受问题的答案。

关于javascript - 删除 Firefox 星形图标和书签图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1602773/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com