privacy

Privacy in simple DB system

╄→尐↘猪︶ㄣ 提交于 2020-01-08 01:51:33
问题 I am implementing a simple database system. Basically is a simple social network, everyone has his own dashboard, where you can post some random text. The problem is that I want a privacy level, I mean I want that somebody is allowed to browse only some profiles. And I'm deciding who can watch what. The question is: How can I do that?I have to work with relation in the database or what? Thanks for your time. S. 回答1: What you are looking for is called "Access Control List" (ACL): Check out

Contact Usage permission request iphone

不打扰是莪最后的温柔 提交于 2020-01-05 02:27:12
问题 My app was rejected by the apple review team. According to them the reason is "17.1: Apps cannot transmit data about a user without obtaining the user's prior permission and providing the user with access to information about how and where the data will be used.Specifically, your app accesses the Users contacts with out requesting permission first" But, I have used **NSContactsUsageDescription** key in my info.plst to specify the reason of using contacts in my app. What should I have to do

Why do emails not load images directly

不羁的心 提交于 2020-01-04 03:50:27
问题 Email providers like Gmail,yahoo,hotmail do not load images in the email directly. These services require you to allow the images to be laoded. Why do they do this? Is it to prevent XSS/CSRF? 回答1: Two reasons - Privacy and CSRF. Privacy It allows the sender to figure out whether I have opened the email or not, without my knowledge . Spammers can figure out whether their "marketing" campaigns have had any impact or not. CSRF For CSRF to work, the victim has to click a link or visit the

How to set Facebook album privacy with Graph API?

血红的双手。 提交于 2020-01-03 15:59:12
问题 I would like to know if it's possible to set the privacy setting for a specific Facebook album with RestFB Java library ? Thank you very much, Regards, Anthony 回答1: You can set privacy settings when the album is created. Currently, you can not update the settings, nor can you delete an existing album via API, in case you wanted to just delete and recreate it as a work around. http://bugs.developers.facebook.net/show_bug.cgi?id=17111 When you create the album, you need to create a privacy

I use several computers with different gitconfigs. How do I stop leaking my e-mail addresses to GitHub?

梦想的初衷 提交于 2020-01-02 23:46:09
问题 I have a work computer where $HOME/.gitconfig has user.email to RotatingPieces@work.tld . My home computer has $HOME/.gitconfig has user.email to Rotating.P@SuperKawaiiAnimeWeb.net . And there is the virtual machine with R.Pieces@DogeMemes.net . And the laptop has... . These e-mail addresses are correct for most of the repositories cloned on these machines. But sometimes I do mix up what I am doing on what machine. Doing work stuff at home and the other way around. So when I do something in

Ruby on Rails private link sharing: Google Docs Style

你离开我真会死。 提交于 2020-01-01 09:57:30
问题 What would be the best way to go about giving users the ability to share a private link that enables anyone who clicks it to view a certain page/document/item that have privacy restrictions in place? In my case: A User creates events which are limited to certain groups of relationships in the database (namely: friends, friends of friends, etc.) I have a :before_filter in the event controller that checks the eligibility of the current logged in user to make sure that that user has permission

Ruby on Rails private link sharing: Google Docs Style

久未见 提交于 2020-01-01 09:57:12
问题 What would be the best way to go about giving users the ability to share a private link that enables anyone who clicks it to view a certain page/document/item that have privacy restrictions in place? In my case: A User creates events which are limited to certain groups of relationships in the database (namely: friends, friends of friends, etc.) I have a :before_filter in the event controller that checks the eligibility of the current logged in user to make sure that that user has permission

Checking if a instagram image is private

房东的猫 提交于 2019-12-30 11:39:07
问题 Say I have the URL to an image, http://instagr.am/p/xxxxxxxx/, how can I check if the image is set to private or not from a webpage? Is there some API that I can use? I need this since I have a bunch of Instagram images that I show on my page, but I want to remove the link to them if they become private. 回答1: I did not find a way to see if a specific image was private or not, so instead i save the AuthorID of the image. If this author has a private profile i will get an exception when trying

Deploying app with Crashlytics to Apple Appstore - do I need a privacy policy?

心不动则不痛 提交于 2019-12-30 07:06:26
问题 I am about to submit an app to the Apple AppStore built in Swift that uses Crashlytics to capture crash information. As users of Crashlytics know, some information about usage, duration, crashes, etc. is captured and stored on the Crashlytics servers. My application does not ask for, store or attempt to capture any user data. My question is about the privacy policy for my application. Since I don't capture any user data, I want to state that in my privacy policy but I'm not sure that's

Deploying app with Crashlytics to Apple Appstore - do I need a privacy policy?

时光怂恿深爱的人放手 提交于 2019-12-30 07:05:04
问题 I am about to submit an app to the Apple AppStore built in Swift that uses Crashlytics to capture crash information. As users of Crashlytics know, some information about usage, duration, crashes, etc. is captured and stored on the Crashlytics servers. My application does not ask for, store or attempt to capture any user data. My question is about the privacy policy for my application. Since I don't capture any user data, I want to state that in my privacy policy but I'm not sure that's