privacy

Google App Engine Datastore Data Privacy

送分小仙女□ 提交于 2019-12-07 10:29:25
问题 I'm playing around with the Google App Engine and the Datastore. Really amazing stuff going on over there. But I couldn't help and wonder what Google is allowed to do with the data my application is storing in there Datastore. Can someone explain it in simple worlds? Thanks 回答1: Google App Engine is governed by Google's general Privacy Policy. They promise not to share information outside of Google except in certain circumstances (court order, etc.), and they restrict access to only employees

Application passwords and SQLite security

空扰寡人 提交于 2019-12-07 02:46:42
问题 I have been searching on google for information regarding application passwords and SQLite security for some time, and nothing that I have found has really answered my questions. Here is what I am trying to figure out: 1) My application is going to have an optional password activity that will be called when the application is first opened. My questions for this are a) If I store the password via android preference or SQLite database, how can I ensure security and privacy for the password, and

jsFiddle could be indexed or I keep my codes private? [closed]

谁说胖子不能爱 提交于 2019-12-06 18:06:30
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I'm worried about using some data in a fiddle (jsFiddle) because these data shouldn't be public. Can Google index jsFiddle? I saved the fiddle but I don't save a title for it so it shouldn't became public.. However, the fiddle URL is still visible even if I log out from jsFiddle... Some clarifications? Thank you

No way to delete IndexedDB under Google Chrome

拜拜、爱过 提交于 2019-12-06 05:30:25
How to delete IndexedDBs in Google Chrome? I've performed "Clear browsing data" and nothing happened. There is still bunch of IndexedDB from different domains... All other data has been removed. In Developer Tools is no option to delete IndexedDB. According to: http://code.google.com/p/chromium/issues/detail?id=116372 You will have the option to clear indexedDB (and other client side storage options like: localstorage etc') soon... According to http://code.google.com/p/chromium/issues/detail?id=64050 , IndexedDB directories don't get deleted if there are open connections to them. Have you

Linking to Google PlusOne, without embedding the button (for privacy reasons)

[亡魂溺海] 提交于 2019-12-06 04:58:27
问题 It seems that Google only offers code to embed the +1 button. However, there are heavy privacy concerns (plus quite some load time) associated with it. For some pointers about the privacy and legal issues associated with Facebook like and Google +1, see: Like button and privacy concern A common workaround seems to be a two-click solution German (also discussed on slashdot English ), where the first click enables the button (loading the javascript from Google), the second then is on the

Youtube API get unlisted videos

不问归期 提交于 2019-12-06 03:31:22
问题 for a project i have to list all videos from a youtube user account. I'm getting all public videos, but when i make an api call after oauth i still get only public videos. Unlisted videos are videos that are hidden from search engine and user public page. I'm sure there is a way to retrieve that. Here is my code var request = gapi.client.youtube.playlistItems.list({ playlistId: listId, part: 'snippet,status', maxResults: 25, pageToken: nextPageToken }); request.execute(function(response) {

How to gather info similar to panopticlick.eff.org [closed]

北城余情 提交于 2019-12-06 02:59:25
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I saw that the website http://panopticlick.eff.org/ gather info about your browser, which makes you unique, even without cookies or IP

How Do I Prevent AddThis From Using Cookies On My Site?

本小妞迷上赌 提交于 2019-12-05 20:49:17
I'm using the AddThis component on a site to add social-bookmarking functionality. However I don't want their code adding cookies to my visitors. How can I use the component but prevent it from using cookies? Undistraction Use the data_use_cookies config parameter when setting up the component: <script type="text/javascript">var addthis_config = {data_use_cookies_ondomain: !1, data_use_cookies: !1};</script> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5278666D66d6d6"></script> 来源: https://stackoverflow.com/questions/20218458/how-do-i-prevent-addthis

Security and Privacy of VSCode extensions

早过忘川 提交于 2019-12-05 13:33:12
问题 I see that VSCode has a lot of nice extensions. I am however concerned if those extensions are sending my code to any of their servers. Is there any way to find out? I could use fiddler and isolate calls that might be happening from the plugin - but don't want to be doing that for each and every extension that I install. Is there some guidance from VScode team on this? 回答1: If you are paranoid about what kind of data (if at all) your installed applications/plugins send and where to, you will

jsFiddle could be indexed or I keep my codes private? [closed]

℡╲_俬逩灬. 提交于 2019-12-04 23:34:53
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I'm worried about using some data in a fiddle (jsFiddle) because these data shouldn't be public. Can Google index jsFiddle? I saved the fiddle but I don't save a title for it so it shouldn't became public.. However, the fiddle URL is still visible even if I log out from jsFiddle... Some clarifications? Thank you There are currently two modes of privacy, one is public (where you add a title and description), this