¿como se puede importar automáticamente o establecer una lista de excepciones en firefox en los pcs de un mismo dominio?
tengo que añadir una lista de excepciones en firefox con el complemento gpo for firefox a todos los ordenadores de un dominio
被采纳的解决方案
I think that you would have to modify the permissions.sqlite file in each of the profiles and import or otherwise add the exceptions to this sqlite database.
You could copy this file from a profile to you current computer and copy the modified file back.
You can also consider to create an extension that you install globally that automatically imports this exception list once.
For a new profile this can be achieved by placing a permissions.sqlite file in the \browser\defaults\profile\ folder.
See also:
- http://mike.kaply.com/2013/04/24/major-changes-coming-in-firefox-21/
- http://mike.kaply.com/2013/05/13/more-major-changes-coming-in-firefox-21/
所有回复 (1)
选择的解决方案
I think that you would have to modify the permissions.sqlite file in each of the profiles and import or otherwise add the exceptions to this sqlite database.
You could copy this file from a profile to you current computer and copy the modified file back.
You can also consider to create an extension that you install globally that automatically imports this exception list once.
For a new profile this can be achieved by placing a permissions.sqlite file in the \browser\defaults\profile\ folder.
See also: