Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Add option to disable Google Analytics Data or Gathering information Agreement #48

Open
luisllamasbinaburo opened this issue Mar 30, 2022 · 0 comments

Comments

@luisllamasbinaburo
Copy link

While initializatng DynamicTraslater, computer HDDIdentifier, Cpu Identifier and other personal information is collected and send to Google Analytics

Perharps it should be a good idea to add the option to disable personal data gathering, or at least inform the user about that (neither in readme or in agreement dialog on startup)

           IocManager.IocContainer.AddFacility<TypedFactoryFacility>();
            IocManager.RegisterAssemblyByConvention(Assembly.GetExecutingAssembly());
            IocManager.Register<IUniqueIdentifierProvider, HddBasedIdentifierProvider>();
            IocManager.Register<IUniqueIdentifierProvider, CpuBasedIdentifierProvider>();
            IocManager.Resolve<DynamicTranslatorConfiguration>().Initialize();

/* ... */

            Configurations.GoogleAnalyticsConfiguration.Url = "http://www.google-analytics.com/collect";
            Configurations.GoogleAnalyticsConfiguration.TrackingId = "UA-70082243-2";

            Configuration.BackgroundJobs.IsJobExecutionEnabled = false;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant