scummvm/backends/networking
Alexander Tkachev 126fe9c845 CLOUD: Add "minimal mode" in LocalWebserver
StorageWizardDialog now runs LocalWebserver in "minimal mode" for
security reasons. In this mode server uses only those handlers which
state to support it.

There are two handlers which support minimal mode: IndexPageHandler
(which handles `code` requests needed by StorageWizardDialog) and
ResourceHandler (which provides inner resources like `style.css` or
`logo.png` from `wwwroot.zip` archive).
2016-08-24 16:07:55 +06:00
..
browser CLOUD: Fix code formatting 2016-08-24 16:07:55 +06:00
connection CLOUD: Do some refactoring/cleanup in Networking 2016-08-24 16:07:55 +06:00
curl CLOUD: Add custom User-Agent 2016-08-24 16:07:55 +06:00
sdl_net CLOUD: Add "minimal mode" in LocalWebserver 2016-08-24 16:07:55 +06:00
wwwroot JANITORIAL: Remove spaces at the end of the line 2016-08-24 16:07:55 +06:00
make_archive.py CLOUD: Add icons in "/files" list 2016-08-24 16:07:55 +06:00
wwwroot.zip CLOUD: Make "/create" support AJAX 2016-08-24 16:07:55 +06:00