add docker file, browser config and startapp

This commit is contained in:
aaron
2021-11-23 14:08:20 +01:00
commit e3b588bc80
5 changed files with 62 additions and 0 deletions

1
browser-cfg/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
mozilla.cfg

View 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);

View File

@@ -0,0 +1,3 @@
// Any comment. You must start the file with a comment!
lockPref("javascript.enabled", true);