All Questions
9 questions
0
votes
1
answer
104
views
can i stop a iframe, before it is loading?
I have some websites with different google maps embeds.(iframe) I read a lot of about data protection and privacy policy in the last few month. There are a lot of risk in relation with google maps.
...
5
votes
1
answer
2k
views
Does the Web Speech API in Chrome (and Edge) use an offsite server for STT?
Recently I found the Web Speech API as well as a simple HTML/JS speech-to-text example from Google.
I started playing with the API and made changes to the JS and HTML in the example above to see how ...
-1
votes
1
answer
84
views
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 ...
0
votes
0
answers
375
views
How to load Twitter Timeline Widget after click to preserve privacy?
In accordance to the new General Data Protection Regulation (GDPR) I want to give the visitor of my homepage the choice to see the Twitter Timeline, or not; before the timeline itself is loaded.
How ...
1
vote
0
answers
114
views
Load remote script only if cached, fallback to local
I'm guessing this is impossible, but maybe someone has thought of something smart already:
Would it be possible to load jQuery using the version that's in the browser cache (from some major CDN, say) ...
2
votes
1
answer
1k
views
Third-party cookie method becoming obsolete to track users - what is next? [closed]
Nowadays, people/companies behind the development of browsers are taking privacy in a serious way. They try to implement new security measures or simply change the default browser behaviours which ...
4
votes
0
answers
317
views
Is it possible to evaluate whether the clients browser is in incognito mode? [duplicate]
Lately I was logging into a service (I think it was Google or Facebook but I am not sure) and ticket the box to remember my device.
Then the Site alerted me that this was unlikely to work because I ...
5
votes
5
answers
14k
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 ...
2
votes
1
answer
62
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 ...