TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Sourcebuster.js

89 pointsby ddispaltroabout 6 years ago

11 comments

um_yaabout 6 years ago
Piggy backing off of this post. I&#x27;d like to take the opportunity to remind people of the security hazards of referrer addresses and keeping sensitive information out of your query parameters. <i></i>If you have third party images or third party links on your site, sensitive user information is leaked through the referrer address<i></i> if the data is in your GET parameters. If you have an OAuth scheme, double check to make sure you don&#x27;t have external links or third party images in your login&#x2F;redirect&#x2F;authentication process. Sensitive information should ALWAYS be sent via POST request and your referer policy should be set appropriately. Read more here: <a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;Security&#x2F;Referer_header:_privacy_and_security_concerns" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;Security&#x2F;Refere...</a>
_threadsabout 6 years ago
I just love it when I enter a store and someone who followed me go tell the seller all the shops I visited, what I shopped, for how long, what I searched and what I read<p>We have to stop this non-sense, and stop calling this « innovation »
评论 #19298749 未加载
EmilStenstromabout 6 years ago
To be clear, this &quot;buster&quot; isn&#x27;t breaking any browser boundaries. It just uses whatever referer header the page gets from the browser.
评论 #19296914 未加载
评论 #19298740 未加载
评论 #19297921 未加载
chimenabout 6 years ago
I don&#x27;t get the point of this in a client script. What does it do that can&#x27;t be done server side with the http headers? Maybe it can be useful inside SPAs but this sort of info should be immutable and read only which is next to impossible on front facing apps.
评论 #19297007 未加载
rocky1138about 6 years ago
I&#x27;ve been looking at the Chameleon extension recently. Anyone have any experience with it? Apparently it spoofs a ton of stuff to make tracking harder.
z3t4about 6 years ago
Hmm. I thought browsers stopped giving out referrer years ago ... !?
评论 #19296981 未加载
评论 #19296937 未加载
评论 #19296908 未加载
评论 #19296764 未加载
评论 #19298062 未加载
ykevinatorabout 6 years ago
I clicked the link through feedly but it said my source was direct
评论 #19296933 未加载
oliwarnerabout 6 years ago
This seems pretty fragile. I visited first from Feedly and then from HN and both times it counted my visit as &quot;direct&quot; (ie no referrer).<p>Or is this just Firefox kicking ass?
winkabout 6 years ago
Your source is: direct visit.<p>No, I clicked a link from 2 different domains (my rss reader and here) - so that means my browser privacy addons work? :)
baroffoosabout 6 years ago
For a while I had referrers turned off in firefox almost everything still works but it did set off a few anti bot scripts on larger websites.
jonahxabout 6 years ago
Anyone know why chrome does not have an option to turn off the Referer header globally?
评论 #19299887 未加载