UWNetworksLab / uProxy-p2p

Internet without borders
https://www.uproxy.org/
Apache License 2.0
866 stars 180 forks source link

Setting isMetricsEnabled flag in Zork Firefox app based on options file #2855

Closed dborkan closed 7 years ago

dborkan commented 7 years ago

This pull request modifies the Zork Firefox app so that it will set a isMetricsEnabled flag to true iff a "/zork-options" JSON file exists on that machine (i.e. Zork docker container) with "isMetricsEnabled": true.

Note currently isMetricsEnabled is not yet used, and the Zork install scripts are not yet setting this file. This just lays the groundwork for enabling server-side metrics. Next changes will be:


This change is Reviewable

dborkan commented 7 years ago

Just made those changes, PTAL

trevj commented 7 years ago

:+1: