http://www.reddit.com/r/funny/comments/ ... st/c0fng0n
For Canadian/International Viewers: http://addons.mozilla.org/en-US/firefox/addon/967 then:
1) In Firefox, Go to tools->modify headers
2) From the drop down box on the left select add
3) Then enter: "X-Forwarded-For" in the first input box without the quotation marks
4) Enter: "12.13.14.15" in the second input box without the quotation marks
5) Leave the last input box empty, and save the filter, and enable it http://imgur.com/Feb4.png
6) Click the 'Configuration' tab on the right then proceed to check the 'always on' button.
Close the Modify Headers box and it should work.
Works for TheDailyShow.com, southparkstudios.com, and ColbertNation.com as well as any embedded videos.



 
  

 application server setup. Your browser talks to the internet-facing reverse proxy and the proxy forwards the request to the actual application server, adding a X-Forwarded-For header so the application server can determine the origin (that is, your IP address). The bug in their setup is that the reverse proxy doesn't strip that header from incoming requests.
 application server setup. Your browser talks to the internet-facing reverse proxy and the proxy forwards the request to the actual application server, adding a X-Forwarded-For header so the application server can determine the origin (that is, your IP address). The bug in their setup is that the reverse proxy doesn't strip that header from incoming requests.