diff options
Diffstat (limited to 'apps/mmi-browser.cpp')
-rw-r--r-- | apps/mmi-browser.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/mmi-browser.cpp b/apps/mmi-browser.cpp index 8d3a12f..5127d7b 100644 --- a/apps/mmi-browser.cpp +++ b/apps/mmi-browser.cpp @@ -85,6 +85,8 @@ int main(int argc, char** argv) { Interpreter* interpreter = Interpreter::fromURI(argv[optind]); if (interpreter) { interpreter->setCmdLineOptions(argc, argv); +// interpreter->setCapabilities(Interpreter::CAN_NOTHING); +// interpreter->setCapabilities(Interpreter::CAN_BASIC_HTTP | Interpreter::CAN_GENERIC_HTTP); interpreter->start(); while(interpreter->runOnMainThread(25)); // interpreter->interpret(); |