<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d26072374\x26blogName\x3dPr!v4cy+6109\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dSILVER\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://g2rma.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://g2rma.blogspot.com/\x26vt\x3d4286504594958660652', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe", messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { 'blogger-ping': function() {} } }); } }); </script>

Pr!v4cy 6109

Girma Nigusse

US demands air travellers' data | Business | The Guardian

Thursday, October 23, 2008

US demands air travellers' data | Business | The Guardian: "Despite fears that the American demand clashed with European data protection laws, the commission complied after the US authorities had threatened to stop flights to America."

Source: guardian

Same Origin Policy - Protecting Browser State from Web Privacy Attacks

Wednesday, October 01, 2008

Same Origin Policy - Protecting Browser State from Web Privacy Attacks: "Through a variety of means, including a range of browser cache methods and inspecting the color of a visited hyperlink, client-side browser state can be exploited to track users against their wishes. This tracking is possible because persistent, client-side browser state is not properly partitioned on per-site basis in current browsers. We address this problem by refining the general notion of a 'same-origin' policy and by designing and implementing two browser extensions that apply a same-origin policy to the browser cache and visited links."

Source: crypto.stanford.edu