Questions tagged [privacy]

For questions related to privacy (user permissions / security techniques, internet tracking system such as Cookies, Web bugs etc.)

For questions related to privacy (user permissions / security techniques, internet tracking system such as Cookies, Web bugs etc.)

1147 questions
-1
votes
1 answer

How does a screen blurring software work (such as Antisnooper) work?

Antisnooper is a screen blurring software that could blur registered windows when mouse is not hovering on it. https://www.techworld.com/download/security/antisnooper-21-3329883/ Does anyone know how this is implemented? Could this be implemented to…
yoonghm
  • 4,198
  • 1
  • 32
  • 48
-1
votes
1 answer

Web legal compliance

I have a website where I don't ask to user any data, I don't create cookies and I have only AWStats available in the cPanel (preinstalled by the hosting mantainer). Do I still need to show any legal information (i.e. GDPR, privacy policy, cookie…
Zosma
  • 165
  • 1
  • 7
-1
votes
1 answer

How to find out if user got "Activity tracking" and / or "private mode" on

I am trying to find out if the user got his activity tracking disabled or not >> and also if a user is browsing in private mode... if(navigator.doNotTrack != "unspecified"){ // do something if the user disabled his activity tracking } but this…
WEBGONDEL UG
  • 147
  • 1
  • 2
  • 12
-1
votes
1 answer

Switch off Fabric on-demand after Fabric is initialised?

Is there a way to disable Fabric once it's initialised? We want to have a toggle in our app to switch off in-app tracking once the user has enabled it to comply with the new GDPR data protection regulations. Using Crashlytics 2.6.7@aar, Fabric…
Tim Kist
  • 1,164
  • 1
  • 14
  • 38
-1
votes
1 answer

Turn off privacy popup in VS Code

How do I turn off the privacy popup? It's driving me nuts - it popups every single time I start a new instance of VS Code!! Thanks for any help you can provide!
Lee Morris
  • 33
  • 6
-1
votes
2 answers

Get someones ip address from name and email

I want to know if it's possible to get someones' IP address if I have their name, email and ID.
Carlos
  • 13
  • 3
-1
votes
1 answer

Terms of Policy and Privacy Policy for application release?

I want to release my application in play store and app store. But, That store require PrivacyPolicyUrI But I don't use signup system And most application has terms of policy in their signup view it is essential? So... PrivacyPolicy is required for…
JaeWang Lee
  • 199
  • 1
  • 11
-1
votes
1 answer

Why the dnscrypt site does not work?

https://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-resolvers.csv not available. Before dnscrypt.org redirects to https://dnsprivacy.org, now it redirect to https://www.opennic.org. Whats happened? Can I use opennic servers in dnscypt?
Sergey Bogatyrev
  • 93
  • 1
  • 1
  • 5
-1
votes
2 answers

android/iphone app can steal your contacts and sms?

Can a (jailbroken OR not) smart phone app access your private info, contacts, sms and sends back to collector?
c2h2
  • 11,911
  • 13
  • 48
  • 60
-1
votes
1 answer

What is Google's Cloud Speech API's retention policy?

When my users record their voice using the Google's Cloud Speech API, how can I give them the option to delete them later? I tried to search everywhere but haven't found it yet. Google seems to allow this within their Assistant App, but what about…
-1
votes
1 answer

Does Java URLConnection send Metadata?

when you open a connection via URLConnection to read the content of a Webpage, try { URL url = new URL("https://stackoverflow.com/questions/46939965/does-java-urlconnection-send-metadata"); URLConnection urlConnection =…
Reisbrot
  • 37
  • 9
-1
votes
1 answer

Where is the encryption key stored so that it doesn't get stolen while a device is in use?

If the data on a device (e.g. a phone) is encrypted, then the encryption key is needed to decrypt the data as you use the device. How is this key stored or what is the security policy so that it is safe from being stolen by malware?
diegomontoyas
  • 1,785
  • 3
  • 17
  • 22
-1
votes
1 answer

Google Analytics Tracking across Websites: Privacy Issue

I have been reading up on how google analytics work. So this is my understanding: Google analytics gives JavaScript code to publishers which publishers inserts in his webpage. When user visits that page, data is collected and reported to google…
-1
votes
1 answer

How to access Camera, Calendar, Photos, Microphone, Location, Media Library, Motion, Speech Recognition, SiriKit, TV Provider in iOS 10

I am developing my app for iOS 10, but my default iOS functionality extensions not working well. Like am not able to access camera, Microphone and media Library. Every time it got crashed. I have written all, but nothing working. case .Authorized: …
Mohit Tomar
  • 5,173
  • 2
  • 33
  • 40
-1
votes
2 answers

App rejected: 17.2 - Apps that require

Apps that require users to share personal information, such as email address and date of birth, in order to function will be rejected My app new version rejected and old version already in apps store that also have same thing but why they rejected…
Sport
  • 8,570
  • 6
  • 46
  • 65