==== FB, Keep your Cookies home ====
Please WebMaster s AvoiD putting external fb links/images or using CmS tools that show this dangerous crap
Here are random info about the "i like (to track everyone)" button
http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1717563
http://view.samurajdata.se/psview.php?id=903aa73c&page=1&all=1
http://securitewifi.fr/wifi/2010/12/01/like-this-de-facebook-un-espion-dormant/
http://www.deleteyourcookies.com/2010/01/ftc-probes-facebooks-epic-privacy-fail.html
WorkAround : BlackList 'em
#file://etc/hosts
127.0.0.1 www.facebook.com
127.0.0.1 facebook.com
127.0.0.1 static.ak.fbcdn.net
127.0.0.1 www.static.ak.fbcdn.net
127.0.0.1 login.facebook.com
127.0.0.1 www.login.facebook.com
127.0.0.1 fbcdn.net
127.0.0.1 www.fbcdn.net
127.0.0.1 fbcdn.com
127.0.0.1 www.fbcdn.com
127.0.0.1 static.ak.connect.facebook.com
127.0.0.1 www.static.ak.connect.facebook.com
{{http://static.fsf.org/nosvn/zuck.jpg}}
==== Cookie ====
i am confused about apache respect of RFC
it's written that header should not excess 4k
but as specified in cookie RFC... min req are : 20 cookies of 4k each
knowing that cookies are passed in the http header
the size of the Cookie: header field should not excess 4k
and if i am right there should be 20 x 4k limit not only 4k
press button , then reload
http://rzr.online.fr/w/scripts/cookies.htm
==== RFC ====
@ http://www.faqs.org/rfcs/rfc2109.html
* at least 4096 bytes per cookie (as measured by the size of the
characters that comprise the cookie non-terminal in the syntax
description of the Set-Cookie header)
* at least 20 cookies per unique host or domain name
==== Apache ====
http://httpd.apache.org/docs/1.3/mod/core.html#limitrequestfieldsize
http://httpd.apache.org/docs/2.0/mod/core.html#limitrequestfieldsize
LimitRequestFieldSize Directive
@ http://tomcat.apache.org/tomcat-5.0-doc/config/http.html
maxHttpHeaderSize
The maximum size of the request and response HTTP header, specified in bytes. If not specified, this attribute is set to 4096 (4 KB).
Apache reports :
Bad Request
Your browser sent a request that this server could not understand.
Size of a request header field exceeds server limit.
# RewriteEngine on
# RewriteRule ^/(.*)$ http://rzr.online.fr/s/$1 [[L]]
==== IE ====
Number and size limits of a cookie in Internet Explore
http://support.microsoft.com/?id=306070
How to limit the header size of the HTTP transmission that IIS accepts from a client in Windows 2000
http://support.microsoft.com/kb/310156
==== Netscape Cookies doc ====
* http://docs.sun.com/source/816-6408-10/cookies.htm#1002170
===== MORE =====
@TaG: [[http]] [[httpd]] [[WebBrowser]]