Add a popup blocker exception in Firefox for SOGo URL

tags/ipasserelle-groupware-0.2.37-1
Daniel Berteaud 12 years ago
parent dfde299267
commit b4453f49a3
  1. 2
      root/usr/share/mozilla-mcd/firefox.mod.sogo.php

@ -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);
Loading…
Cancel
Save