privacy Questions

3

Solved

I'm debugging a web application running in visual studio with some breakpoints on some code that runs on every request to my web application. I find that in Chrome, as I type the URL past the host,...
Catharinecatharsis asked 19/1, 2015 at 8:1

4

For a project I have to list all videos from a YouTube user account. I'm getting all public videos, but when i make an API call after oauth I still get only public videos. Unlisted videos are video...
Loiretcher asked 8/9, 2015 at 9:42

2

Let's say you have two emails A, and B. Your primary email is A, and you have kept your emails private. So you use the noreply GitHub email for commits in git and online, and it blocks command lin...
Servility asked 14/6, 2020 at 19:55

2

There are several parts of the system at different domains (not subdomains). I need to authenticate user at all domains after he has logged in at any of them without any interaction from user. In t...
Trichinosis asked 8/11, 2023 at 22:51

4

Solved

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 t...
Blakeslee asked 28/7, 2023 at 21:27

2

Has anyone experimented with eyetracking for the iPhone or heard of projects related to eyetracking in iOS? Is it technically feasible at all? How problematic would recording that data be in the ...
Diurnal asked 25/11, 2010 at 8:36

2

Solved

I am working on an application using getDisplayMedia. When the browser prompts me to share my screen/a window and I select a specific window to share, that window is now suddenly focused and in fro...
Rosario asked 11/2, 2020 at 16:0

9

Solved

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 strin...
Primalia asked 10/3, 2017 at 3:31

2

Solved

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 w...
Slightly asked 9/4, 2013 at 7:5

3

Solved

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 change...
Boyceboycey asked 11/6, 2012 at 9:37

2

Solved

I want to publish a simple app that doesn't collect any personal data. It is an offline game (noughts and crosses), that doesn't require any account, and stores only field state on the user's devic...
Interspace asked 27/12, 2021 at 9:47

2

I'm developing an iOS app, and ideally I would like to include Google Analytics and AdMob (through Firebase). I would also like to avoid showing consent forms if it's not necessary - potentially by...
Naldo asked 31/8, 2020 at 17:35

3

I have to create and add a privacy policy to my Android app. My app accesses background geolocation data, so whatever policy I add has to include info about how location data is used. Two que...
Baer asked 23/2, 2021 at 20:6

3

Solved

If i access an website, it can detect if im using a virtual machine ? More specifically an Vmware image? And if the website is able to.. How can i prevent it? Thankful, Chinchila
Merkley asked 13/4, 2011 at 0:5

1

I was reading about online privacy and became aware that one's IP address is leaked by WebRTC technology even when using proxies. According to an article I read it is possible to disable WebRTC in ...
Incurrence asked 26/5, 2021 at 0:50

9

Solved

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...
Monstrous asked 22/5, 2009 at 12:24

3

When the GPS location of a device is disabled, I want to show a message to the user, where he can press "OK" to enable it or "Cancel" to leave it as it is. I found a lot of examples but all of them...
Trackless asked 8/12, 2018 at 11:10

0

The most straight-forward and compatible way to hide the app contents from the recents screen is by using FLAG_SECURE, which hides the app contents from the recents screen, stops the screen from be...
Quarry asked 22/2, 2021 at 21:8

1

For years I’ve used /etc/hosts to adjust IP address. Sometimes it’s for prototyping, or adding an address for development purposes that isn’t ready to go into public DNS. And sometimes I bloc...
Presbyopia asked 30/1, 2021 at 19:42

2

Solved

I'm about to publish my ios app to the App Store, but I don't know how I should fill out the Apple App Privacy in App Store Connect. I use admob, firebase analytics, firebase crashlytics and fireba...
Wetnurse asked 26/12, 2020 at 8:20

2

I am currently doing an experiment on a dataset using differential privacy concepts. So, I am trying to implement one of the mechanisms of differential privacy namely Laplace mechanisms using a sam...
Sherrer asked 19/11, 2016 at 15:36

1

Solved

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 (Win...
Brio asked 18/10, 2020 at 12:25

11

Solved

Is it possible to completely remove an issue from the GitHub issue tracker?
Shopping asked 21/6, 2010 at 0:32

1

i want to start activity from background service in Android Q OS But it will give me message 'Background activity start from com.test.testandroidapp blocked.See g.co/dev/bgblock'. According follow...

2

To get non-personalized ads from AdMob we can use: Bundle extras = new Bundle(); extras.putString("npa", "1"); AdRequest request = new AdRequest.Builder() .addNetworkExtrasBundle(AdMobAdapter.cl...
Entertain asked 19/5, 2018 at 12:20

© 2022 - 2024 — McMap. All rights reserved.