“添加 mailto 链接应用程序”效果如何?在火狐浏览器中启用?
每次我登录网络邮件时,我都会看到一个如下图所示的栏。我不想将其添加为应用程序,而且每次都关闭它非常烦人。我怎样才能永久禁用它?
酒吧说:
添加 o2 Poczta (poczta.o2.pl) 作为 mailto 链接的应用程序? [添加 应用]x
图片: https://i.sstatic.net/itY4O.jpg
我尝试使用 Firebug 来查看什么导致这个栏出现,但没有运气。有人帮忙吗? 我认为服务器端可能有一些东西使 Firefox 表现出这种方式。
他们是怎么做到的?
网络邮件的网址为 http://poczta.o2.pl
Every time I log on to my webmail I see a bar like on image below. I don't want to add this as an application and it is pretty annoying to close this every time. How can I disable it permanently?
The bar says:
Add o2 Poczta (poczta.o2.pl) as an application for mailto links? [Add
Application] x
Image:
https://i.sstatic.net/itY4O.jpg
I tried to use Firebug to see what causes this bar to appear but with no luck. Anyone help?
I think there might me something on server side that makes Firefox behave in this way.
How did they do that?
url to webmail is http://poczta.o2.pl
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是通过注册协议处理程序来完成的。从该页面:
该网站只需在适当的时刻运行类似的代码片段(在您的情况下登录)。
This is done by registering a protocol handler. From that page:
The site would just have to run a similar snippet at an appropriate moment(login, in your case).
从 https://support.mozilla.org/bm/questions/994658 ,有建议将
network.protocol-handler.external.mailto
设置为true
。这没有任何意义,而且它是默认设置。但是,将其更改为 false 并重新加载页面后 ( https://outlook .office.com/mail/inbox),通知消失了。about:config
。network.protocol-handler.external.mailto
并将其设置为false
。From https://support.mozilla.org/bm/questions/994658 , there's a suggestion to set
network.protocol-handler.external.mailto
totrue
. That makes no sense, and it is the default setting. However, after changing it to false and reloading the page ( https://outlook.office.com/mail/inbox ), the notification is gone.about:config
in the address bar.network.protocol-handler.external.mailto
and set it tofalse
.