From nobody Wed Jun 28 04:24:05 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QrT4K6H0Kz4kRb8 for ; Wed, 28 Jun 2023 04:24:17 +0000 (UTC) (envelope-from little.analyst892@aceecat.org) Received: from beesty.loosely.org (beesty.loosely.org [IPv6:2600:3c01:e000:4c0::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4QrT4J4rgzz3y1K for ; Wed, 28 Jun 2023 04:24:16 +0000 (UTC) (envelope-from little.analyst892@aceecat.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=aceecat.org header.s=rsa header.b=AbLsQPz9; spf=pass (mx1.freebsd.org: domain of little.analyst892@aceecat.org designates 2600:3c01:e000:4c0::2 as permitted sender) smtp.mailfrom=little.analyst892@aceecat.org; dmarc=none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=aceecat.org ; s=rsa; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:To:From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=UotRnpAqiZocEonEYxZPwOqkM4iYCAQv4v5eBYQaEno=; b=AbLsQPz9Vw5+0xt8828CLPBPSg uVVQa6a6jRWNm+v87S9d83iXORGZ8N2rlHsnGhHr5Pm9+3dOQhQkcw8GltXQcL9msMZ+8H+3D81Sp zl5GrvH01wVCwuLvboaoiD69GyLOSna2ouvfUddTErFF8rsAz4uoJDuTnkiGJd/RQ2DZ7ppvzHDS/ EzDGMkJWl+9/Y4kskq3BFlExr7vtjT+gMgQiXtvglXQW42KYeY5MJ58jueiQVgxxNmsCHS/nJFgfK qRs8mB0nKqGW4OTdXWcCDM7X01m6WxTvnqOlYdWEwqAZTTHjchLBLTKhMI8W9MqfxPHX9/Krp8p2l MgEEn5hA==; Received: from [::1] (helo=beesty ident=itz) by beesty.loosely.org with esmtp (Exim 4.96-10-042a28abf) (envelope-from ) id 1qEMit-00007r-1i for questions@freebsd.org; Tue, 27 Jun 2023 21:24:07 -0700 Date: Tue, 27 Jun 2023 21:24:05 -0700 From: little.analyst892@aceecat.org To: questions@freebsd.org Subject: Re: OT(?): Prevent firefox caching local files Message-ID: Mail-Followup-To: questions@freebsd.org References: List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spamd-Result: default: False [-2.99 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.996]; NEURAL_HAM_MEDIUM(-0.99)[-0.995]; MID_RHS_NOT_FQDN(0.50)[]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_ALLOW(-0.20)[aceecat.org:s=rsa]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[questions@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:63949, ipnet:2600:3c01::/32, country:SG]; MIME_TRACE(0.00)[0:+]; FROM_NO_DN(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[aceecat.org:+]; DMARC_NA(0.00)[aceecat.org]; RCPT_COUNT_ONE(0.00)[1]; SUBJECT_HAS_QUESTION(0.00)[] X-Rspamd-Queue-Id: 4QrT4J4rgzz3y1K X-Spamd-Bar: -- X-ThisMailContainsUnwantedMimeParts: N On Mon, Jun 26, 2023 at 08:12:35AM -0400, Aryeh Friedman wrote: > I have a jpg that is the generated output of a process I run and it > does very from run to run but when ever I try to load it in firefox > I get the cached version not the local generated version (i.e. > file:///.../.../foo.jpg) but when I view it in something like gnome > image viewer it is in fact updated! > The only thing I can assume is firefox is caching file:/// url's how > do I turn this off. This firefox 114.0.2_1_2 (installed last > night)... so how do I turn this off? Is the mtime of the file changing (rising, one hopes) when it gets modified? If yes, this looks like a bug. I'm currently too ill to go searching for it, but I may later. -- Ian