Commit 69ad846c authored by Lorenzo Martinico's avatar Lorenzo Martinico

work done by lorenzo

parent 03fafcf8
......@@ -7,7 +7,7 @@ index cbe93f471..bd72cbb09 100644
if (builder->is_developer_end_user())
builder->AddArg("--system-developer-mode");
+ //Modify user agent to improve anonimity by preventing fingerprinting
+ const char* useragent = "$USERAGENTSTRING"
+ const char* useragent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36"
+ builder->AddArg(base::StringPrintf("--user-agent=%s",useragent))
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment