removing http referer problem
I want to remove the http referer from the header while redirecting to other page. I am using python and django in the application. Is there a way to remove or reset the referer info.开发者_C百科
Referer header is sent by the browser, so you can't control it from the server side.
精彩评论