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
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,859
  • 3
  • 19
  • 30
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,226
  • 5
  • 31
  • 55
22
votes
1 answer

What is following header for: X-Chrome-Variations?

I was looking at http requests sent by chrome in Fiddler, and I noticed following http header which puzzles me: X-Chrome-Variations: CNa1yQEIjrbJAQiYtskBCKK2yQEIp7bJAQiptskBCLmDygE= This is a base64 encoded 35-byte…
Arsen Zahray
  • 24,367
  • 48
  • 131
  • 224
21
votes
9 answers

__CRASHING_DUE_TO_PRIVACY_VIOLATION__

In Crashlytics, I can see iOS 10 users are getting this crash frequently. However, when I test in Simulator using iPhone 7/10.2, I'm unable to reproduce the crash. In my plist, I already have strings for NSCalendarsUsageDescription,…
amit
  • 1,373
  • 2
  • 16
  • 29
21
votes
5 answers

How can I programmatically enable Guided Access (Kiosk mode) on an iPhone?

Question How do I automate Guided Access mode on an iPhone? I will need to automate the enabling and removal of this feature Background This application from the State of Iowa uses an iOS app to display your drivers license. The issue is that…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
21
votes
3 answers

Can Google track me if I use Google Web Fonts?

By using Google Web Fonts can/does Google process the text of the webpage (despite disallowed by robots.txt) track the visitors of the webpage, and (theoretically) recognize them track the changes made to the webpage (despite robots.txt) Except…
n611x007
  • 8,952
  • 8
  • 59
  • 102
20
votes
6 answers

How can I get a user's country location?

Due to GDPR, I am requiring to check the user's location - whether the user is from the European Union. Till now I have found these solutions - Get Country using the Phone's language configuration (can misguide if the user uses English US version…
Rajesh K
  • 683
  • 2
  • 9
  • 35
20
votes
3 answers

How to detect if a user is using tracking protection in Firefox 42+

Firefox has launched a feature called Tracking protection in v42.0. It blocks several tracking scripts such as Google Analytics, Marketo, LinkedIn, etc. I was trying to detect it through navigator.DoNotTrack, but it returns unspecified in both…
Petr Hejda
  • 40,554
  • 8
  • 72
  • 100
19
votes
3 answers

How to resolve Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'browsing-topics'?

Just in the past couple days I have started getting console errors in chrome on my website that I'm developing on my local machine. The error is "Error with Permissions-Policy header: Origin trial controlled feature not enabled:…
SpechtacularDave
  • 319
  • 1
  • 3
  • 7
19
votes
2 answers

How to start vim in "private mode"

Modern browsers have a feature called "private mode" or "incognito mode". I am trying to do the same thing with vim, i.e. run it in way that no traces of my activities are left behind. This way I would be able to e.g. use vim to open a file…
safsaf32
  • 1,517
  • 2
  • 13
  • 18
18
votes
3 answers

What data is collected by Google Analytics (by default)

I try to identify what data is actually collected by the default script of Google Analytics. What seems to be an easy question turns out to have no clear answer. I know that they (for example) collect the IP-address, screen resolution, operating…
Schuiram
  • 191
  • 1
  • 1
  • 8
16
votes
2 answers

TCC __TCCAccessRequest_block_invoke

I'm getting this error frequently in Crashlytics. TCC __TCCAccessRequest_block_invoke_2.80 + 222 TCC __CRASHING_DUE_TO_PRIVACY_VIOLATION__ + 682 In my app i'm downloading images and stored that images in photo gallery directly, i'm not creating…
Naresh
  • 16,698
  • 6
  • 112
  • 113
16
votes
1 answer

why browsers allow setting cookie on the parent (cross) domain of an iframe?

Why can a site (a.com) having an iframe to another domain (b.com) have its cookie viewed and changed by that other domain document? Just saw this happening in an Ad, and went to do a proof of concept, and it worked... here's what i did: first,…
gcb
  • 13,901
  • 7
  • 67
  • 92
15
votes
1 answer

Is Gradle build scan secure?

I think Gradle Build Scan is a nice feature. It would be super effective to cooperate with team on debugging a Gradle configuration by looking at a project build scan. But I'm not sure if I may publish scans of a private project. Does Gradle…
naXa stands with Ukraine
  • 35,493
  • 19
  • 190
  • 259
15
votes
1 answer

Crash on iOS > TCCAccessRequest_block_invoke_2.8

I've got an error in my app (iOS 8 to iOS 11) : Crashed: com.apple.root.default-qos 0 libsystem_kernel.dylib 0x1839a00a8 __abort_with_payload + 8 1 libsystem_kernel.dylib 0x18399b100 abort_with_payload_wrapper_internal + 100 2 …
kopacabana
  • 437
  • 3
  • 17
1
2
3
76 77