1

I have a small web app written in Python Flask which has links to third-party web site. However, I don't want my site to be shown in referer when user go to that site via these links. I currently use some anonymous service for removing referer, but was wondering how can I implement referer removing by my own in Flask? Any ideas?

Thanks in advance!

xCOREx
  • 83
  • 7
  • 2
    The Referer is added by the browser to the new HTTP request, so there's not much you can do regardless of the framework. Besides, this whole goal does look slightly suspicious. – bereal Sep 11 '16 at 19:12
  • 2
    I take the first part back: there is [`rel=noreferrer`](https://html.spec.whatwg.org/multipage/semantics.html#link-type-noreferrer) attribute in HTML5. – bereal Sep 11 '16 at 19:16

0 Answers0