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

Facebook App Privacy Policy URL - What should I do if I am not a company? And I don't use any data from user netiher?

I have a simple Facebook page, where I post 1 picture / day. (I am a regular person, don't have a company) It would be boring, so a friend of mine created a Python script, so I can schedule this task every day, automated, without manual work. The…
user10368025
-2
votes
1 answer

Showing webistes in own app is legal or not?

There is a webview in one of the activity in my android application. In which I want to show other websites such as news website, journals website, etc. Is it legal or not?
Nyein Chan
  • 1,215
  • 2
  • 17
  • 32
-2
votes
1 answer

Wondering the Google Spreadsheet Privacy

I have curious about when I use a free version of Google Spreadsheet. Could Google be looking into our sheet file? Could they take some data to analyze something from our data like a company commercial, search engine something like that? Could you…
-2
votes
2 answers

JavaScript ES6 inherintance kills properties in classes?

This is example of very basic code: "use strict"; class aClass { readFromA() { console.log(this.a); } constructor() { this.a = 5; } } class bClass extends aClass { readFromB() { console.log(this.a); …
Marek
  • 9
-2
votes
1 answer

How to open a website with redirects

I'm trying to visit 99designs.com from Italy and it always redirects me to the .it website, while I want the USA version. I tried to disable geo.enabled inside about:config page in firefox but this is not helping. I also used TunnerlBear switching…
Ritardi.Net
  • 99
  • 2
  • 11
-2
votes
2 answers

Safety and privacy of data on AWS EC2

I need to copy highly sensitive data on an AWS EC2 instance (to perform a couple of operations on it. How safe is my data? (Although I have implemented the security group on this instance; which allows access only from my IP). Can Amazon access this…
vintrojan
  • 1,277
  • 1
  • 12
  • 22
-2
votes
1 answer

Signal Private Messanger - Permissions?

RedPhone and TextSecure was migrated to Signal, but I'm a little bit worried about all the permissions Signal app requires. Why does signal require ex. location and calendar? I have tried to search for it, but cannot find any information about…
BufferOverflow
  • 543
  • 3
  • 12
-2
votes
1 answer

How can I create a Facebook app that only people I give the link to can use? Or must be on a list?

I have created an app but there is private information that I do not want the general public to have access to. This is a calendar app. I would like to have this where only specific people can access the calendar app. Is this possible and if so, how…
LawGirl
  • 11
  • 3
-2
votes
1 answer

Android App History

Is there any way to tell if an app has been used on an android phone? I am specifically interested in the camera and gallery functions. I believe my roommate went through my photos without asking, and I've tried to view the cache for the gallery app…
-2
votes
1 answer

Block access content page with laravel entrust

Help me with this doubt, with zizaco entrust we can only block or give access to pages for a determined user/role that will be defined in the routes or resource routes. We can not block a certain area of a page, correct? Let me try to give an…
SlimBoy
  • 311
  • 2
  • 4
  • 14
-2
votes
1 answer

Facebook app requesting personal data

I have to create a Facebook app for an online contest, and I need to collect users personal data through a form. I have a checkbox for privacy with the link to the privacy agreement, but I heard that Facebook needs to approve your app if you're…
user3692012
  • 53
  • 1
  • 3
-2
votes
2 answers

How to capture image with html5 webcam without security prompt

I need to capture image from web page without security warning. Page where i need webcam functionality can not be switched to https protocol. I've installed root certificates and made them trusted. I tried to insert iframe (which pointed to secure…
Didar Burmaganov
  • 640
  • 1
  • 8
  • 22
-3
votes
1 answer

Coded Anti Piracy

I am a non technical founder of a tech startup, so please go easy if my question is too tertiary for your level. Every time I use Amazon Prime video to watch a tv show/movie and take a screenshot it comes out as everything as is except the movie…
-3
votes
2 answers

How can I us JS to create a non-guessable random filename in a public directory?

I am creating a JS/Node program that lets users at a public kiosk save an image to a public AWS S3 bucket. They then enter their own email address and we send them an email with a link to that image so that they can retrieve it once they get…
bryan kennedy
  • 6,969
  • 5
  • 43
  • 64
-4
votes
1 answer

Is there an alias for using * in SQL?

Protecting mySQL queries by algorithms needs knowledge about exploits. Thus I'm checking the query whether it contains *. How to avoid using * in mySQL queries by using alternative syntax? Are there ways to show all database content without using…
Efried
  • 1
  • 3
1 2 3
76
77