Add a popup blocker exception in Firefox for SOGo URL

This commit is contained in:
Daniel Berteaud 2012-12-19 15:55:39 +01:00
parent dfde299267
commit b4453f49a3

View File

@ -0,0 +1,2 @@
var sogo = Services.io.newURI("https://<?php echo HOSTNAME;?>.<?php echo DOMAIN;?>/SOGo", null, null);
Services.perms.add(sogo, "popup", 1);