Disable input list randomization
This commit is contained in:
parent
aa4e333987
commit
53791076c9
|
@ -129,6 +129,7 @@ func (c *Controller) Init(nt *mk.Nettest) error {
|
|||
|
||||
DisableReportFile: false,
|
||||
DisableCollector: false,
|
||||
RandomizeInput: false, // It's important to disable input randomization to ensure the URLs are written in sync to the DB
|
||||
SoftwareName: "ooniprobe",
|
||||
SoftwareVersion: ooni.Version,
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user