From edbbe4002dadd31fd7eab0522a953e1b1b435767 Mon Sep 17 00:00:00 2001 From: jahoti Date: Mon, 28 Jun 2021 00:00:00 +0000 Subject: License script-blocking techniques from NoScript in machine-readable format. In-page blocking now works on Firefox, and JavaScript/data- URLs are properly blocked to ensure no JavaScript leaks in through backdoors. Blocking of HTML/XML data: urls should be refined (eventually) to align with current practice for pages in general. Also, script-blocking is now filtered by nonce, making it possible (albeit perhaps not desirable) to inject scripts before the DOM is complete. --- copyright | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'copyright') diff --git a/copyright b/copyright index f7412db..5dce864 100644 --- a/copyright +++ b/copyright @@ -42,6 +42,11 @@ License: Expat OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Files: content/freezer.js +Copyright: 2005-2021 Giorgio Maone - https://maone.net + 2021 jahoti +License: GPL-2+ + Files: licenses/* Copyright: 2001, 2002, 2011-2013 Creative Commons License: CC-BY-4.0 @@ -54,7 +59,7 @@ License: CC0 and public-domain License: CC0 See `licenses/cc0.txt' -Files: licenses/gpl-3.0.txt +Files: licenses/gpl-2.txt licenses/gpl-3.0.txt Copyright: 2007 Free Software Foundation, Inc. License: no-changing Everyone is permitted to copy and distribute verbatim copies of @@ -100,6 +105,21 @@ License: Alicense-1.0 Also see `https://koszko.org/en/articles/my-new-license.html' for more explanation. +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + License: CC-BY-SA-4.0 See `licenses/cc-by-sa-4.0.txt' -- cgit v1.2.3