From owner-freebsd-questions@freebsd.org Wed Jul 19 19:28:08 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 129EAD7C7E8 for ; Wed, 19 Jul 2017 19:28:08 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-oedge-vip.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.231]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "dnvrco-oedge-vip.email.rr.com", Issuer "dnvrco-oedge-vip.email.rr.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id ECAF2686FC for ; Wed, 19 Jul 2017 19:28:07 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from [74.134.208.22] ([74.134.208.22:63304] helo=localhost) by dnvrco-omsmta03 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 36/0A-25786-5C2BF695; Wed, 19 Jul 2017 19:28:06 +0000 Date: Wed, 19 Jul 2017 19:27:58 +0000 Message-ID: <36.0A.25786.5C2BF695@dnvrco-omsmta03> From: "Thomas Mueller" To: freebsd-questions@freebsd.org Subject: Re:Can I use FreeBSD as a desktop system? References: <414741500458865@web18g.yandex.ru> X-RR-Connecting-IP: 107.14.64.88:25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2017 19:28:08 -0000 from Masayoshi Fujimoto: > My laptop is FreeBSD. lol > Sometimes, I visit some websites which mainly support Windows' browser. > FreeBSD's Firefox is not allow to post data there. > I can not watch football there. >_> > So I use VirtualBox to use Windows 10. >_> Is FreeBSD's Firefox not capable, or does the website discriminate against the user-agent string that shows FreeBSD? You could, through about:config or Firefox add-on, modify the user-agent string so that the OS shows as Windows or Mac OS. See also http://www.whatismyuseragent.net/ Tom