privacy

Does the Apple Push Notification Service represent a privacy concern?

。_饼干妹妹 提交于 2019-12-24 13:17:22
问题 I've been reading up extensively on APNS, and was curious if anyone is familiar with Apple's stance on server-side logging. In order to allow for push notifications, each device (such as an iPhone) "establishes an accredited and encrypted IP connection with the service and receives notifications over this persistent connection." Source: https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html This essentially

Browser-upgrade-page redirect vs. privacy mode

你。 提交于 2019-12-24 09:52:43
问题 We are doing feature detection on a site I'm building, but the client insists users with older browsers be shown an upgrade page ("sorry, your browser is outdated, please visit XYZ site to download a newer version") once before they can use the site. After they've seen the upgrade page, the site will not show it again to that user. This will be a temporary redirect if the user agent is an old browser. The redirect will only be issued if a certain cookie is not on the user's system (

How would you sanitize the street number out of a postal address using Java?

霸气de小男生 提交于 2019-12-24 09:49:29
问题 To ensure data privacy, I have to publish a list of addresses after removing the street numbers. So, for example: 1600 Amphitheatre Parkway, Mountain View, CA needs to be published as Amphitheatre Parkway, Mountain View, CA What's the best way to do this in Java? Does this require regex? 回答1: EDIT : How about... addressString.replace("^\\s*[0-9]+\\s+",""); or JavaScript... addressString.replace(/^\s*[0-9]+\s+/,''); My original suggestion was (JavaScript)... addressString.replace(/^\s*[0-9]+\s

How to handle AppStore Warning - Missing Purpose String, because of third party library?

╄→гoц情女王★ 提交于 2019-12-24 03:36:07
问题 I have uploaded new build of the application that was in the App Store for severals years. Received following email from iTunes Connect: Your delivery was successful, but you may wish to correct the following issues in your next delivery: ITMS-90683: Missing Purpose String in Info.plist - NSLocationAlwaysUsageDescription NSLocationWhenInUseUsageDescription The application is not using location for any purpose. It may be caused: one of the pods I updated, has added usage of Location (admob?)

How Do I Prevent AddThis From Using Cookies On My Site?

♀尐吖头ヾ 提交于 2019-12-22 10:26:41
问题 I'm using the AddThis component on a site to add social-bookmarking functionality. However I don't want their code adding cookies to my visitors. How can I use the component but prevent it from using cookies? 回答1: Use the data_use_cookies config parameter when setting up the component: <script type="text/javascript">var addthis_config = {data_use_cookies_ondomain: !1, data_use_cookies: !1};</script> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra

TCC __TCCAccessRequest_block_invoke

喜欢而已 提交于 2019-12-22 05:14:14
问题 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 suppurate folder to store these images. For this in plist i added access permission. Privacy - Photo Library Additions Usage Description - Save downloaded photos in gallary Privacy - Camera Usage Description - This app not access your Camera Privacy -

TCC __TCCAccessRequest_block_invoke

故事扮演 提交于 2019-12-22 05:14:02
问题 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 suppurate folder to store these images. For this in plist i added access permission. Privacy - Photo Library Additions Usage Description - Save downloaded photos in gallary Privacy - Camera Usage Description - This app not access your Camera Privacy -

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

僤鯓⒐⒋嵵緔 提交于 2019-12-20 12:19:29
问题 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 cases – browsing in regular mode, and browsing in private mode – using Firefox 42.0 on Mac. How can I detect in JavaScript whether a user is viewing the website with the Tracking protection on, since navigator.DoNotTrack fails? 回答1: navigator

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

拥有回忆 提交于 2019-12-20 08:31:05
问题 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. Learn more in Google Settings > Verify apps. I get the option to Accept or Decline. I've declined about a hundred times now, but it seems to be Googles policy to keep on asking until I get sick of the message and finally click Accept. But I don't want

Practical applications of homomorphic encryption algorithms?

给你一囗甜甜゛ 提交于 2019-12-20 08:04:28
问题 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 knowing f(x) and f(y) even though you can't easily restore x and y (and same for f(x*y) ). What are practical applications for schemes of this type (once their security has been established)? To me, it appears they could make writing algorithms for