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
0
votes
1 answer

Is it possible to hide Facebook app activity, so "X friends used it in the past month" doesn't show on hover?

Facebook gives app developers control over whether app activity is published in the stream. Is it also possible to prevent the hover popup from showing friends who have used an app?
SmallHadronCollider
  • 133
  • 1
  • 2
  • 11
0
votes
1 answer

Facebook connect/login without any user interaction or authorization

EDIT: This question is wrong, see end. I'm in the midst of integrating Facebook with my website and am following the standard client/server authentication setup, with all of its amusing token exercises, permission requests and what have you. This…
mmdanziger
  • 4,466
  • 2
  • 31
  • 47
0
votes
1 answer

Facebook API re-showing user profile

Suppose a user gives my site permission to access their profile data. Is it ok then if my site stores this data and then re-show it for view to other users on my site? Note, my site would be explicit to the original user that this will occur.
Pee Wee
  • 89
  • 2
  • 12
0
votes
1 answer

Proving That an E-mail Comes from a Website Owner - How? PGP Key?

Is there a way to prove that a communication sent by e-mail or other means comes from the person in control of a website? I'm talking about something fairly simple. Google, for instance when validating a website for Webmaster Tools or a domain for…
-1
votes
1 answer

classifying data masking correctly

Is data masking a synonym for anonymisation, or or is one of several methods to anonymise data? I read alot about it but now i got a bit confused. Maybe it's because people use it as a synonym, or it really is.
nercc
  • 1
  • 1
-1
votes
1 answer

graph query for object privacy settings returns empty set

I'm trying to access the privacy settings for the posts on my wall with an app that has been authorized to "read_stream". While I can (now) nicely retrieve the posts and comments both using the graph api directly and with fql I am confused by the…
TS_DE
  • 1
  • 1
-1
votes
1 answer

Data gathering game that is only available to selected people

SUMMARY: I'm making a free that will only run for 3-5 months or more. It will ask the user's info, most are not required, basic ones are. i.e. age/gender The information gathered will be used only for statistical data that will be used for a bigger…
-1
votes
0 answers

How to generate privacy report PDF via a command after creating Archive

How to generate privacy report PDF via a command? or it's not possible as of Xcode15.6 Beta (Aug 25th 2023)? As of current beta, it's possible to generate privacy report after archive is prepared by right clicking the archive and selecting "Generate…
ashokds
  • 2,204
  • 1
  • 7
  • 11
-1
votes
0 answers

How browser fingerprinting is related to the user-agent reduction? - Privacy Sandbox for the Web

I am currently seeking information regarding the correlation between the Privacy Sandbox for the Web and Browser Fingerprinting, particularly in relation to JavaScript attributes as seen in solutions like Am-I-Unique. My primary concern is to…
-1
votes
2 answers

Is there a way to make only certain files in github public?

I have several sensitive images on a computer vision program I created that I don't want public but I want to share the main python code. Is there a way to make only certain files in a github repository public while keeping other files private?
Alvino123
  • 21
  • 4
-1
votes
1 answer

CloudKit-based architecture to solve privacy/trust problem

I am new in mobile development. I'm designing the architecture of the application that has to support sharing of geolocation data of the users with other users who use that data for the tracking. However, I would like to give users firm assurances…
Tommy Lee
  • 1
  • 2
-1
votes
1 answer

Google Firebase alternative for IOS apps for kids

We've been using Google FireBase for App Analytics and AB testing in our IOS kids apps. A few months ago Apple started rejecting our apps because Google firebase is not compliant with Apple's privacy guidelines for kids games. Flurry also doesn't…
Niro
  • 69
  • 6
-1
votes
1 answer

Keep customer's private data even from the developer (me)

I am developing a service for my school students that needs a non-hashed private data storage (locational data, school credentials, et cetra), but I need a way to show that even I, the developer, isn't doing anything fishy with their data. Is there…
Andy_ye
  • 560
  • 1
  • 7
  • 19
-1
votes
1 answer

Prevent download of unlogged users ASP.NET

Even if a person knows the exact path to the file I want to prevent download unless they are logged in the to the website. I am using Session to keep track of user. I created a class in App_Code but I do not know how to modify these contents from…
Carlos
  • 19
  • 3
-1
votes
1 answer

privat div box inside wordpress post - only visible to the post author?

How can I make a div box with "id=private" that is inside a post only visible to the author of the post? I made it for the admin, but I want the id to be visible only to the author of the post. Example: If the author is logged in, he should see the…