From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: * X-Spam-Status: No, score=1.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,HDRS_MISSP autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 17752 invoked from network); 17 Jul 2022 07:13:53 -0000 Received: from hurricane.the-brannons.com (2602:ff06:725:1:20::25) by inbox.vuxu.org with ESMTPUTF8; 17 Jul 2022 07:13:53 -0000 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by hurricane.the-brannons.com (OpenSMTPD) with ESMTP id b8a22243 for ; Sun, 17 Jul 2022 00:13:49 -0700 (PDT) Received: from resqmta-c1p-024063.sys.comcast.net (resqmta-c1p-024063.sys.comcast.net [2001:558:fd00:56::8]) by hurricane.the-brannons.com (OpenSMTPD) with ESMTPS id 998979ac (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Sun, 17 Jul 2022 00:13:43 -0700 (PDT) Received: from resomta-c1p-022590.sys.comcast.net ([96.102.18.239]) by resqmta-c1p-024063.sys.comcast.net with ESMTP id CyBUo50hOGiqUCyTFoxg0N; Sun, 17 Jul 2022 07:13:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1658042021; bh=fXEy9Js6+PV7o13aSbpsv6w48oWdb4QO9sdOweoqYnY=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=2ctcH7aX+q+2FpBb9OKgs4wO+7awY44K40likx8qpTibwg9ePLbTXwuo5bCpRcnaw 38V5kKhlDUhkH1FGG8woop5aQv1iSX1OgoZVLzpsYHdLpIgnr9g7K47quZjc49t1Ho mOet0Cwxoko/k5It6aC3JN9O7rtFvjsXqWQW9QbmANzLSKKpmyynsO+PhZPrxF/GXX j5ykOtO+dLX8Z34cG79yvn/yohDk+dQcPBGljuEGVnnwxtckDYyIscE4EOZhCkSfpL FwieZUiU+2V4NrCNxyLmoZvrIvDNB56Q8+LYdxMtFOPd0GGqxHSnAUVlGfdPawCtdP pcvbCjwb4F4BQ== Received: from unknown ([IPv6:2601:408:c001:30::ac39]) by resomta-c1p-022590.sys.comcast.net with ESMTPSA id CyTEohsKhaOLtCyTEo5kRz; Sun, 17 Jul 2022 07:13:40 +0000 X-Xfinity-VMeta: sc=0.00;st=legit To:edbrowse-dev@edbrowse.org From: Karl Dahlke Reply-to: Karl Dahlke User-Agent: edbrowse/3.8.2.1+ Subject: js = website Date: Sun, 17 Jul 2022 03:13:40 -0400 Message-ID: <20220617031340.eklhad@comcast.net> X-BeenThere: edbrowse-dev@edbrowse.org List-Id: Edbrowse Development List Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit This feature was suggested by David, along with a rather different paradigm. You can block js from the top level domains, then turn it on for the sites that need it - a white list rather than a black list. You can still use the js toggle command to turn it on or off. Here is a sample for your config file and yes it works - nasa is one of those sites that has to have js to run. nojs = .com nojs = .net nojs = .gov js = nasa.gov Karl Dahlke