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
2 answers

is it normal behaviour for an iOS app to go back to its home screen when users make a change to privacy settings?

My iOS app need full access to the users contact for certain functions. If the user refuses this access and later tries to access one of those functions I put up an alert that tells them they need to give permission and the option to go to the…
SimonTheDiver
  • 1,158
  • 1
  • 11
  • 24
0
votes
2 answers

Does Google store and use data used for googleVis visualisations?

I'd like to create some interactive charts using googleVis package in R but I am a bit hesitant as I am not sure if Google will store the data I want to visualize. I have read their terms and conditions [https://developers.google.com/terms/ ]…
Unam
  • 27
  • 4
0
votes
1 answer

Array Privacy Java - Basic

I'm sorry for (another) admittedly quite basic question, but I'm having more problems in some Java code that I have to right for class. The assignment is to do a sieve of Eratosthenes program, and while my constructor seems to work (calling…
CBlumey
  • 65
  • 8
0
votes
1 answer

Facebook App - Page Tab - restrict/remove ability to install

I've built a facebook application (Page Tab) using instructions found here stackoverflow.com/questions/21048882/facebook-2014-how-to-create-a-simple-page-with-an-iframe-inside. The application is just showing some remote page (built in .Net 4.0 by…
Hugo Silva
  • 23
  • 4
0
votes
1 answer

Firefox autofill only email

i'm totally new to this kind of practices so maybe i'm going to ask a stupid question, mostly because i couldn't find anything googling around. I'm using Firefox 36 and i modified it so that it saves my passwords without asking me any time and this…
sissy
  • 2,908
  • 2
  • 28
  • 54
0
votes
1 answer

Can someone find my EC2 information?

I have an AWS EC2 instance and I run a nodejs server for a website. You can easily find out the IP and the service provider (in my case Amazon), but my question is: can you find out more information (i.e. name, country) about the person who owns the…
Luca Boieru
  • 2,260
  • 4
  • 17
  • 15
0
votes
1 answer

User Profile Privacy screen with comma separated String

I have a listView with many fields and CheckBox next to each field. Screen similar to a FaceBook Profile screen with Privacy setting to each field. So friends can not see those fields if marked as Private. On selection of CheckBox, i have to create…
FindIt
  • 807
  • 6
  • 14
0
votes
5 answers

Browsing activities outside the visited website

Is there a way a Web site can learn something about your browsing activities outside of this Web site from an HTTP request sent to the Web site by your browser?
john
  • 315
  • 3
  • 5
0
votes
1 answer

How does google know about my youtube preferences when I use private Firefox window?

I launched Firefox in private mode and opened youtube. The first thing I see is recommended videos based on my prevoius watches. But I am not logged in, I am in private mode, why does youtube suggests this to me? I think it's privacy violation. Am I…
jstice4all
  • 1,878
  • 4
  • 22
  • 33
0
votes
1 answer

Facebook share restrict the "only me" option

Using the FB Share dialog, is there a way to prevent the user from selecting "Only Me" in the custom privacy settings? Thanks! Uri
Uri Klar
  • 3,800
  • 3
  • 37
  • 75
0
votes
3 answers

How to honour user privacy settings in Meteor

I have a set of users defined like this: Accounts.createUser({ username:'Simon', email:'simon@email.com', profile:{ firstname:'Simon', lastname:'Surname', location:'Home Address', privacy: { …
Braunius
  • 95
  • 1
  • 11
0
votes
4 answers

What is the best way to prevent visitors from accessing website in development?

What is the best way to prevent visitors from accessing a website in development stage? Something in the lines of a 'whitelist'. In my particular case I am using WordPress as the platform for creating this website. I searched for plugins but didn't…
Caio Mar
  • 2,344
  • 5
  • 31
  • 37
0
votes
2 answers

Make my local nginx server private

Is it possible to make my local nginx server private from the wifi network I use. I've juste realized that anybody can access my local webapp with the public ip the wifi network give to me (typing it in the browser), and I dont want that... Thanks
Marc Delalonde
  • 335
  • 4
  • 17
0
votes
0 answers

Prevent apache from logging sensitive data in access.log

we are using a system to allow users to change their passwords via (preauthenticated) requests like https://ourserver.com/change_password?user=USERNAME&new_pass=PASSWORD. For convenience we would like to log the first part of the query (a user tried…
jesterchen
  • 41
  • 4
0
votes
1 answer

Where are Google API permissions thoroughly documented?

Are the Google API permissions thoroughly documented anywhere? For example, what does the permission youtube.readonly actually mean? I see the rough title in English as “View your YouTube account”, but that’s too vague and generally broad to be of…
danorton
  • 11,804
  • 7
  • 44
  • 52