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

Storing GetUserMedia permissions across future page requests

Once a user has allowed for a getUserMedia request to access their camera/microphone, is it possible to programmatically "remember" that permission across future page loads?
pje
  • 21,801
  • 10
  • 54
  • 70
0
votes
0 answers

Hide images for non-member users

I have a website where users can upload images and set the privacy setting per image to "public-visible", "member-visible", or "friends-visible". When an image is set to "member-visible" all non logged in users see some "forbidden, sign up" image…
arnep
  • 5,971
  • 3
  • 35
  • 51
0
votes
1 answer

Forcing html code to download as a file (PHP, jQuery)

First of all, I did a lot of research already and none of the solutions apply to me. My problem seems to be a little more specific. I have one html page on which I am generating a html content (to be more specific, it's a gallery that loads images…
Stefan
  • 103
  • 2
  • 8
0
votes
1 answer

How can I reliably prevent a HTTP referer from being sent to another website?

I'm trying to address a privacy issue where the HTTP referer field is being populated after performing a HTTP POST. In other words, I need to HTTP POST to retrieve some data from SITE A, and want to call SITE B. I want to ensure that the referer of…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
0
votes
2 answers

django internal file sharing with privacy

I am trying to write a job board / application system and I need the ability for clients to upload a CV and then share it with employers but I can't figure out the best way to do this. The CV needs to be kept private except for who it is shared with…
Designer023
  • 1,902
  • 1
  • 26
  • 43
0
votes
1 answer

Got error message regarding "Privacy Policy Compliance"

We developed an Facebook application (Canvas, Page-tab and Mobile app) to a customer, at first we didn't include any Privacy Policy in the App Settings. But yesterday we got an warning notice from Facebook saying the following: Please update your…
MrZiggyStardust
  • 713
  • 6
  • 19
0
votes
1 answer

MySQL - Private Posts Display

So I have 3 tables: users, posts, private. In this example, lizzy created a private post 'Dating' and only wants her girlfriends to see it 'authorized_user_ids' in the private table, and herself 'user_id' in posts table. users user_id user_name …
Maverick
  • 1,123
  • 5
  • 16
  • 30
0
votes
1 answer

preventing google from indexing/caching

is there a reliable way to prevent google from crawling/indexing/caching a page? i am thinking about creating a product where users could temporarily share information, using temporary url's. the information is not very confidential, but i'd…
Sonic Soul
  • 23,855
  • 37
  • 130
  • 196
0
votes
2 answers

Facebook app: change post-on-wall privacy

I am using this function to post on my own wall, and I would like to set the privacy of the post to FRIENDS. But it doesn't work. Always keeps the default app privacy (PUBLIC). How can I change this? Thanks function postToWall(message, header) { …
user411103
0
votes
1 answer

facebook graph api privacy parameters when posting to a timeline

Does anyone know where its possible to find the new format of privacy parameters when posting to a timeline? On this page, they say some parameters are deprecated and to use the new format, but where is the new format? Considering in the middle of…
0
votes
1 answer

What kind of personal data is available for iOS developer?

I'm going to use some application both on my iPad and iPhone (both devices on iOS 6.0.1). The data that I will operate in the applications are synchronized through the cloud owned by application developer. Potentially, the developer can tie my…
0
votes
1 answer

Problems accessing calendar (privacy setting) in iOS 6

I've just published an update for my iPhone app, which shall support iPhone 5 dimensions, and also is the first update having iOS 6 as base SDK. Right after the update, quite a few users contacted me, complaining that the app is unable to use…
user826955
  • 3,137
  • 2
  • 30
  • 71
0
votes
1 answer

Getting Facebook user's privacy settings via Facebook API

I'm writing a javascript application to get Facebook user's privacy settings. Can I get them from privacy-setting table and is there any fql reference on the topic?
0
votes
0 answers

Posting on a Facebook page, privacy settings and graph API

I have a comapny Facebook page wherein users can first "like" and then post messages. When I post as a user who has the switched off the Platform features (via Privacy settings -> Ads, Apps and Websites) to this page and use the graph API /…
mithrandir
  • 1,323
  • 4
  • 18
  • 39
0
votes
1 answer

Set default value for "Who can see posts this app makes for you on your Facebook timeline"

How can I set default value of "Who can see posts this app makes for you on your Facebook timeline" to "Only me" on my app installation dialog? Is there a way to block it so that they users cannot change it to "friends"? Thanks