add docker file, browser config and startapp
This commit is contained in:
1
browser-cfg/.gitignore
vendored
Normal file
1
browser-cfg/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
mozilla.cfg
|
||||
3
browser-cfg/autoconfig.js
Normal file
3
browser-cfg/autoconfig.js
Normal file
@@ -0,0 +1,3 @@
|
||||
// Any comment. You must start the file with a single-line comment!
|
||||
pref("general.config.filename", "mozilla.cfg");
|
||||
pref("general.config.obscure_value", 0);
|
||||
3
browser-cfg/mozilla.cfg.template
Normal file
3
browser-cfg/mozilla.cfg.template
Normal file
@@ -0,0 +1,3 @@
|
||||
// Any comment. You must start the file with a comment!
|
||||
|
||||
lockPref("javascript.enabled", true);
|
||||
Reference in New Issue
Block a user