$OpenBSD: patch-components_url_formatter_spoof_checks_idn_spoof_checker_cc,v 1.5 2021/10/29 14:49:40 robert Exp $

Index: components/url_formatter/spoof_checks/idn_spoof_checker.cc
--- components/url_formatter/spoof_checks/idn_spoof_checker.cc.orig
+++ components/url_formatter/spoof_checks/idn_spoof_checker.cc
@@ -292,7 +292,7 @@ IDNSpoofChecker::IDNSpoofChecker() {
   // The ideal fix would be to change the omnibox font used for Thai. In
   // that case, the Linux-only list should be revisited and potentially
   // removed.
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
        "[ทนบพรหเแ๐ดลปฟม]",
 #else
        "[บพเแ๐]",
