зеркало из https://github.com/openwpm/OpenWPM.git
Edited configuration.md to have proper instructions for leveldb usage (#944)
* Update README.md Since Dockerfile has CMD command, we dont need to specify in docker run * Updated configuration md to have proper instructions for level db usage * Update docs/Configuration.md Co-authored-by: Stefan Zabka <zabkaste@informatik.hu-berlin.de> * Update Configuration.md Co-authored-by: Stefan Zabka <zabkaste@informatik.hu-berlin.de>
This commit is contained in:
Родитель
b95e9d2975
Коммит
491262e9a9
|
@ -380,6 +380,7 @@ Response body content
|
|||
- Set `browser_params.save_content` to a comma-separated list of
|
||||
[resource_types](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType)
|
||||
to save only specific types of files, for instance
|
||||
`browser_params.save_content = "script"` to save only Javascript
|
||||
`browser_params.save_content = "image,script"` to save Images and Javascript
|
||||
files. This will lessen the performance impact of this instrumentation
|
||||
when a large number of browsers are used in parallel.
|
||||
when a large number of browsers are used in parallel.
|
||||
- You will also need to import LevelDbProvider from openwpm/storage/leveldb.py and instantiate it in the TaskManager in demo.py
|
||||
|
|
Загрузка…
Ссылка в новой задаче