Inclusion des fragments de conf pour Firefox

tags/0.2.16
Daniel Berteaud 12 years ago
parent b23850764b
commit a49821f919
  1. 9
      root/usr/share/mozilla-mcd/firefox.php

@ -60,3 +60,12 @@ if (FF_PREF == 'lockPref'){
// Block 3rd party cookies
<?php echo FF_PREF;?>("network.cookie.cookieBehavior", 1);
<?php
// Include other conf fragment if they exist
if (is_array(glob("firefox.mod.*.php"))){
foreach (glob("firefox.mod.*.php") as $filename){
require($filename);
}
}
?>

Loading…
Cancel
Save