3
edits
MarkFinkle (talk | contribs) |
|||
Line 31: | Line 31: | ||
pref("network.proxy.autoconfig_url", "http://autoproxy.url.pac"); | pref("network.proxy.autoconfig_url", "http://autoproxy.url.pac"); | ||
pref("network.proxy.type", 2) | pref("network.proxy.type", 2) | ||
* Add url/domain/subdomain restriction (external links won't work) | |||
* Add ability to open external links with other browsers (Firefox/Konqueror/IE/etc.) | |||
== Web Application Profile == | == Web Application Profile == | ||
Line 41: | Line 44: | ||
Launch WebRunner with <code>-webapp <web profile></code> to load the specified web profile. Any of the profile parameters can also be passed directly on the commandline as well. | Launch WebRunner with <code>-webapp <web profile></code> to load the specified web profile. Any of the profile parameters can also be passed directly on the commandline as well. | ||
=== Profile Bundles === | |||
The current development trunk of webrunner has overhauled the Web Application Profile code. The new profiles consist of a webapp.ini file, "favicon" icon(s) and a webapp.js file. These files are combined into a zip file with the .webapp extension which is loaded in the same way as the previous .webapp files. | |||
== Installer == | == Installer == |
edits