by isaacfrond on 6/19/25, 8:20 AM with 7 comments
by baobun on 6/19/25, 8:28 AM
https://hn.algolia.com/?q=Your+cloud+account+is+hacked.+To+g...
by sunaookami on 6/19/25, 9:40 AM
by osullip on 6/19/25, 8:57 AM
Fix is easy enough - check the http referer before showing a result. E.g in insites.io(or any liquid scripting site) you can check like this: {% assign is_internal_search = context.headers.HTTP_REFERER contains context.location.host %}
Just check the search is happening on a site or device you own. That attack vector is then gone (hackers cannot spoof the refer that google sends via ads.)
by karmakaze on 6/19/25, 10:02 AM
by 1718627440 on 6/19/25, 2:41 PM