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.)

1046 questions
408
votes
11 answers

How to completely remove an issue from GitHub?

Is it possible to completely remove an issue from the GitHub issue tracker?
YGL
  • 5,410
  • 2
  • 20
  • 19
396
votes
22 answers

Cookie blocked/not saved in IFRAME in Internet Explorer

I have two websites, let's say they're example.com and anotherexample.net. On anotherexample.net/page.html, I have an IFRAME SRC="http://example.com/someform.asp". That IFRAME displays a form for the user to fill out and submit to…
Piskvor left the building
  • 87,797
  • 43
  • 170
  • 220
196
votes
9 answers

Why does Google +1 record my mouse movements?

This is only on pages with a Google +1 box on my website: It seems to be firing off an event on every mouse move. Anyone know what it is doing? I searched on Google (perhaps I should try Bing for once on this one!) but no one seems to have…
Tom Gullen
  • 56,187
  • 79
  • 269
  • 433
109
votes
9 answers

Does Git publicly expose my e-mail address?

The guides I've read so far on Git say that I should go into the config and specify my name and my e-mail address. They don't elaborate; they just say to do it. Why does Git need my e-mail address? And, more importantly, if I make my repo publicly…
Joe White
  • 87,312
  • 52
  • 206
  • 320
83
votes
10 answers

How to disable Google asking permission to regularly check installed apps on my phone?

I'm developing an Android app, which I therefore endlessly build and install on my test device. Since a couple days I get with every build/install a question asking Google may regularly check installed apps for potentially harmfull behaviour.…
kramer65
  • 39,074
  • 90
  • 255
  • 436
69
votes
10 answers

iOS6 UDID - What advantages does identifierForVendor have over identifierForAdvertising?

Apple is changing their privacy settings for iOS6 and deprecating device UUIDs (UDIDs). According to a WWDC presentation and the docs there are two replacements for the UDIDs, both in the UIDevice class: -identifierForVendor ID that is identical…
Tihom
  • 3,274
  • 5
  • 31
  • 47
49
votes
6 answers

iOS 8 requestWhenInUseAuthorization no Popup

I tried to make my AppProject iOS 8 ready. I had read a lot about [_locationManager requestWhenInUseAuthorization]; and the entry in plist NSLocationWhenInUseUsageDescription So I changed all the necessary code lines. It works fine, but now I have…
Marcus
  • 747
  • 3
  • 9
  • 15
48
votes
10 answers

How to contribute on github anonymously via Tor?

I would like to contribute anonymously to projects on github. Not to cause mischief, more in the spirit of anonymous donations. The tool of choice for being anonymous online seems to be TOR, which works well for almost anything you can do in a…
Greg Manitoba
  • 497
  • 1
  • 4
  • 4
36
votes
1 answer

Security and Privacy of VSCode extensions

I see that VSCode has a lot of nice extensions. I am however concerned if those extensions are sending my code to any of their servers. Is there any way to find out? I could use fiddler and isolate calls that might be happening from the plugin - but…
shekhar
  • 1,120
  • 15
  • 19
32
votes
10 answers

Practical applications of homomorphic encryption algorithms?

It appears there there were interesting things going on in cryptography: the first homomorphic encryption scheme appeared recently (explanation, HT). Roughly speaking, it is a way of encoding x into f(x) such that you can compute f(x+y) easily…
ilya n.
  • 16,814
  • 14
  • 66
  • 89
30
votes
3 answers

Programmatically Untag FB Photos with Javascript

I've spent the past hour hacking away at this: I want to write a Javscript routine to programatically untag myself from photos on Facebook. Once it works, I'll run it in the Firebug console and untag myself from all Facebook photos (there's no way…
Tal
  • 652
  • 1
  • 8
  • 17
27
votes
5 answers

Prevent Google Glass from Auto-Uploading Photos

Google Glass automatically uploads every photo I take with it to Google's servers, and puts them in a private Google+ folder. I don't take nude pictures, I'm not a Google competitor and I have no interest in politics, but this is still too creepy…
jimrandomh
  • 843
  • 8
  • 14
27
votes
8 answers

A privacy app ineffectually tries to block tracking data for our web analytics. Should we detect the failed attempt and not track their users?

My company has a web analytics package which we use for our own and customer marketing campaign tracking. It uses a combination of server logs, JS & image web bugs, cookies, unique cached files, and ETag headers to collect and collate user…
ryandenki
  • 1,849
  • 2
  • 19
  • 30
25
votes
1 answer

Why does Chrome use sec-ch-ua: "\"Not\\A;Brand";v="99"?

I understand that making user-agent hints more ambiguous is intended, in part, to make browser fingerprinting harder. My own (Windows desktop) Chrome sends the headers: user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,…
Sai
  • 6,020
  • 5
  • 36
  • 51
24
votes
8 answers

App Rejected on 17.2 clause. Asking for email ID

My app is a sync solution (imagine dropbox). The user needs to sign in to access the app's features, and if he does not have any account already created, he can sign up. The sign up asks for email id verification, and this email id is also used if…
Nikita P
  • 4,066
  • 5
  • 27
  • 53
1
2 3
69 70