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.

Google's camera distorts links in QR codes

6 pointsby simjueover 3 years ago
German article: https:&#x2F;&#x2F;www.heise.de&#x2F;hintergrund&#x2F;Googles-Kamera-verfaelscht-Links-in-QR-Codes-6332669.html?seite=all<p>Translated by Google (hopefully without distortions): https:&#x2F;&#x2F;www-heise-de.translate.goog&#x2F;hintergrund&#x2F;Googles-Kamera-verfaelscht-Links-in-QR-Codes-6332669.html?seite=all&amp;_x_tr_sl=de&amp;_x_tr_tl=en&amp;_x_tr_hl=de&amp;_x_tr_pto=wapp

1 comment

Someoneover 3 years ago
Looks like a honest bug, where strings extracted from QR codes get sent through a typo correction step.<p>For example, <a href="https:&#x2F;&#x2F;www.fooco.at&#x2F;hello" rel="nofollow">https:&#x2F;&#x2F;www.fooco.at&#x2F;hello</a> becomes <a href="https:&#x2F;&#x2F;www.foo.co.at&#x2F;hello" rel="nofollow">https:&#x2F;&#x2F;www.foo.co.at&#x2F;hello</a> and <a href="https:&#x2F;&#x2F;referendum.cat" rel="nofollow">https:&#x2F;&#x2F;referendum.cat</a> becomes <a href="https:&#x2F;&#x2F;referendum.ca" rel="nofollow">https:&#x2F;&#x2F;referendum.ca</a>.<p>(whether it’s good idea to make such corrections when theuser types such URLs is a different issue)