Tagged Questions
3
votes
4answers
58 views
Restrict site access to QR scans only
I saw a few questions out there already about ensuring site access comes from QR code scans, but they seemed to be focused on analytics purposes (tracking where traffic was coming from), whereas my ...
0
votes
1answer
63 views
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 ...
3
votes
1answer
154 views
Facebook api in javascript: how add the privacy?
I want publish a post on my friend's wall via Facebook Api in Javascript, but this code don't run correctly when I insert in "FB.api" the "privacy". Can someone help me?
Thank you.
var privacy = ...
3
votes
3answers
712 views
Adding Setting To Charm Windows 8 app
My Windows Store App certification failed and the note given to me by the tester is that:
The app has declared access to network capabilities and no privacy statement was provided in the Windows ...
2
votes
1answer
37 views
How to pass table record identifier to client side
In a CRUD environment, let say we are displaying list of user's contacts. Web site needs to provide "Edit" and "Delete" functionality to user. Each contact represents a record in database table, and ...
3
votes
2answers
81 views
Recusing myself from my own secure system [closed]
This is more of a software engineering question than a programming one. I tried to make the title as relevant as possible, if someone feels they can word it more appropriately please let me know.
So, ...
3
votes
1answer
154 views
Unique tab ID appended to user agent string in Chrome for iOS?
As I was testing my web app in Chrome for iOS (both iPhone and iPad), I noticed a weird ID appended to user agent string, e.g.:
alert(navigator.userAgent)
would produce something like this ...
2
votes
2answers
578 views
Block access to page using JavaScript / other method?
Some Background
I have a tumblog.
I also have an insane ex-girlfriend.
Said individual has been accessing my posts obsessively and I find this to be rather unnerving given the nature of our ...
0
votes
0answers
185 views
Embed a (Diaspora) textbox wherever Facebook textbox is located
I want to make a script with javascript that replaces the (post) textbox of facebook with the (post) textbox from another social site like diaspora.
What I want to happen is (for example facebook with ...
1
vote
4answers
85 views
Is it possible for JavaScript to prevent people from right clicking to save images?
I have been studying JavaScript and I've found so many things what it can do and I feel comfortable using this language, but I'm getting worried about the right click savers out there. Is there a way ...
0
votes
2answers
204 views
Is there a Facebook privacy selection widget (JavaScript)
The "post to wall" on the facebook site offers a quite sophisticated widget to select whom the posted contents should be shared with. (Dropdown with Public, Friends, Custom...)
Is this widget also ...
0
votes
2answers
443 views
Usage of social media share buttons (Facebook, Google +1, Twitter) conforming to data privacy law
Background: The Usage of social media features like Facebook‘s „like“ or Google‘s „+1“ is legal limbo in Germany. That is because the button-codes request data from other servers (e.g. Facebook‘s or ...
0
votes
2answers
147 views
Tracking only the page, not the querystring
I'm looking to track only the page the user visits, not the querystring (for privacy reasons).
Is this valid?
_gaq.push(['_trackPageview', document.location.pathname]);
So a page that's:
...
172
votes
10answers
20k views
Why does Google +1 record my mouse movements?
This is only on pages with a Google +1 box on my website:
It seems to be firing off an event on every mouse move. Anyone know what it is doing? I searched on Google (perhaps I should try Bing for ...
30
votes
3answers
5k views
Programmatically Untag FB Photos with Javascript
I've spent the past hour hacking away at this: I want to write a Javscript routine to programatically untag myself from photos on Facebook. Once it works, I'll run it in the Firebug console and untag ...
1
vote
1answer
1k views
Creating cookie onunload (even after deleting browser cache)
Is it possible to create a cookie after a user has deleted his/her browser cache (+cookies) entirely?
E.g.
Predefined variables loaded into memory
var userID = 1337;
var IP = 222.222.222.222;
var ...
