diff options
122 files changed, 2678 insertions, 3741 deletions
@@ -1,5 +1,6 @@ *.cache *.log +*.info doc/manual/ configure config.status @@ -17,3 +18,4 @@ librejs.vr *.xpi Makefile /node_modules +package-lock.json diff --git a/Makefile.in b/Makefile.in index 35e9692..cf178e1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,22 +1,22 @@ -# GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. -# +# GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. +# # Copyright (C) 2011, 2012, 2014 Loic J. Duros # Copyright (C) 2014, 2015 Nik Nyby # -# This file is part of GNU LibreJS. +# This file is part of GNU LibreJSXUL. # -# GNU LibreJS is free software: you can redistribute it and/or modify +# GNU LibreJSXUL 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 3 of the License, or # (at your option) any later version. # -# GNU LibreJS is distributed in the hope that it will be useful, +# GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. +# along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. SHELL := /bin/bash @@ -45,9 +45,9 @@ TEXI2PDF = @TEXI2PDF@ INSTALL = @INSTALL@ INSTALL_DATA = ${INSTALL} -m644 -D INSTALL_MSG = "\ -Depending on your version of the Mozilla-browser, if LibreJS is not \ +Depending on your version of the Mozilla-browser, if LibreJSXUL is not \ enabled already, you may, inside your Mozilla-browser, need to go in \ -the menu in Tools > Add-ons and click enable where you see LibreJS. \ +the menu in Tools > Add-ons and click enable where you see LibreJSXUL. \ " JPM_ARGS = @@ -56,15 +56,15 @@ all: xpi install: xpi info $(NORMAL_INSTALL) - $(INSTALL_DATA) librejs.xpi $(DESTDIR)$(extdir)/jid1-KtlZuoiikVfFew@jetpack.xpi + $(INSTALL_DATA) librejsxul.xpi $(DESTDIR)$(extdir)/jid1-KtlZuoiikVfFew@jetpack.xpi $(POST_INSTALL) - -if test -f doc/librejs.info; then d=.; \ + -if test -f doc/librejsxul.info; then d=.; \ else d=$(srcdir); fi; \ - $(INSTALL_DATA) $$d/doc/librejs.info $(DESTDIR)$(infodir)/librejs.info; \ + $(INSTALL_DATA) $$d/doc/librejsxul.info $(DESTDIR)$(infodir)/librejsxul.info; \ if $(SHELL) -c 'install-info --version' \ >/dev/null 2>&1; then \ install-info --dir-file=$(DESTDIR)$(infodir)/dir \ - $(DESTDIR)$(infodir)/librejs.info; \ + $(DESTDIR)$(infodir)/librejsxul.info; \ else true; fi @echo $(INSTALL_MSG) @@ -82,13 +82,15 @@ uninstall: @rm -rf $(DESTDIR)$(extdir) clean: - @rm -f librejs.xpi + @rm -f librejsxul.xpi + @rm -rf auom4te.cache + @find . -name "*.info" -delete distclean: clean @rm -rf autom4te.cache @rm -f config.log @rm -f config.status - @rm -f $(srcdir)/doc/librejs.info + @rm -f $(srcdir)/doc/librejsxul.info @rm -f $(srcdir)/doc/manual/librejs.html @rm -f $(srcdir)/doc/manual/librejs.html.gz @rm -f $(srcdir)/doc/manual/librejs.pdf @@ -99,15 +101,15 @@ distclean: clean dist: -info: doc/librejs.info - cd doc && gendocs.sh --email bug-librejs@gnu.org librejs "GNU LibreJS Manual" +info: + cd doc && find . -type f -exec makeinfo {} \; jpm: npm i jpm -xpi: librejs.xpi +xpi: librejsxul.xpi -librejs.xpi: jpm +librejsxul.xpi: jpm npm i jpm xpi @@ -1,18 +1,18 @@ -GNU LibreJS --an add-on for GNU IceCat and Mozilla Firefox-- detects and +GNU LibreJSXUL --an add-on for Iceweasel UXP and similars-- detects and blocks nonfree nontrivial JavaScript while allowing its execution on pages containing code that is either trivial and/or free. - Notes on working with the code ------------------------------- + ## Running the addon ## Download jpm, then do something like this in the LibreJS directory: - jpm run -b `which abrowser` + jpm run -b $(command -v iceweasel-uxp) ## Debugging ## -Uncomment lines 22 and 23 in lib/main.js to enable printing of +Uncomment lines 24 and 25 in lib/main.js to enable printing of console.debug() statements. ## Adding new whitelisted libraries ## @@ -20,18 +20,30 @@ console.debug() statements. ## Releasing a new version ## * Update version number in: -** configure.ac -** package.json -** doc/version.texi -** data/display_panel/content/display-panel.html -* Then run `make info` to build the docs with gendocs.sh -* `git commit` and `git tag 6.0.4` + - configure.ac + - package.json + - doc/version.texi + - data/display_panel/content/display-panel.html +* Then run `make info` to build the docs +* `git commit` and `git tag 6.0.14` * Export a tarball: - git archive --format=tar.gz --prefix=librejs-6.0.4/ 6.0.4 >librejs-6.0.4.tar.gz - mv librejs-6.0.4.tar.gz ~/releases/librejs/6.0.4/ -* Make xpi file: jpm xpi; mv librejs.xpi librejs-6.0.4.xpi + + `git archive --format=tar.gz --prefix=librejsxul-6.0.14/ 6.0.14 >librejsxul-6.0.14.tar.gz` + + `mv librejsxul-6.0.14.tar.gz ~/releases/librejsxul/6.0.14/` + +* Generate **Makefile** + + autoconf && ./configure + +* Make xpi file: + + jpm xpi + + mv librejsxul.xpi librejsxul-6.0.14.xpi + * Upload xpi file to AMO. Use signed xpi from AMO for gnu servers, - e.g.: gnu_librejs-6.0.11-fx.xpi + e.g.: gnu_librejs-6.0.14-fx.xpi * Upload to gnu servers, update gnu.org/s/librejs links * Make announcement on info-gnu and savannah.gnu.org * Update #librejs topic diff --git a/configure.ac b/configure.ac index 3bbe53c..f75b14d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(librejs, 6.0.13, [bug-librejs@gnu.org]) +AC_INIT(librejs, 6.0.14, [bug-librejs@gnu.org]) AC_PROG_INSTALL AC_PATH_PROG([MAKEINFO], makeinfo) diff --git a/data/assets/css/style.css b/data/assets/css/style.css index ac93c1b..c1e2cac 100644 --- a/data/assets/css/style.css +++ b/data/assets/css/style.css @@ -1,5 +1,5 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * diff --git a/data/assets/images/README b/data/assets/images/README index e442861..18c9d89 100644 --- a/data/assets/images/README +++ b/data/assets/images/README @@ -1,5 +1,5 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012 Loic J. Duros * diff --git a/data/chrome_worker/parser/jsdefs.js b/data/chrome_worker/parser/jsdefs.js index aff5c08..684934c 100644 --- a/data/chrome_worker/parser/jsdefs.js +++ b/data/chrome_worker/parser/jsdefs.js @@ -50,7 +50,7 @@ * done by SpiderMonkey. */ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * @@ -83,7 +83,7 @@ var Narcissus = {}; }, hostSupportsEvalConst: (function() { try { - return eval("(function(s) { eval(s); return x })('const x = true;')"); + return (function(s){if(s !== undefined){const x = true; return x;}}()); } catch (e) { return false; } @@ -164,7 +164,7 @@ Narcissus.definitions = (function() { // Whitespace characters (see ECMA-262 7.2) var whitespaceChars = [ // normal whitespace: - "\u0009", "\u000B", "\u000C", "\u0020", "\u00A0", "\uFEFF", + "\u0009", "\u000B", "\u000C", "\u0020", "\u00A0", "\uFEFF", // high-Unicode whitespace: "\u1680", "\u180E", @@ -327,7 +327,7 @@ Narcissus.definitions = (function() { var argStr = "a[0]"; for (var i = 1, n = a.length; i < n; i++) argStr += ",a[" + i + "]"; - return eval("new f(" + argStr + ")"); + return `new f(${argStr})`; } }; } diff --git a/data/chrome_worker/parser/jslex.js b/data/chrome_worker/parser/jslex.js index c5c2673..6cb7f95 100644 --- a/data/chrome_worker/parser/jslex.js +++ b/data/chrome_worker/parser/jslex.js @@ -42,7 +42,7 @@ * * ***** END LICENSE BLOCK ***** */ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * @@ -219,10 +219,10 @@ Narcissus.lexer = (function() { x["x"+ch] = true; x[ch] = true; - // then use eval to determine if it's a valid character + // then check to determine if it's a valid character var valid = false; try { - valid = (Function("x", "return (x." + (first?"":"x") + ch + ");")(x) === true); + valid = (function(x){if (x !== undefined){let o; o = `x.${first?"":"x"}${ch};`; return o;}}(x) === true); } catch (ex) {} return valid; @@ -349,14 +349,14 @@ Narcissus.lexer = (function() { } } this.blockComments.push(input.substring(commentStart, commentEnd)); - } + } else if (ch === '-' && next === '-' && input[this.cursor + 1] === '>') { this.cursor += 2; } else if ((ch === '/' && next === '/') || (ch === '<' && next === '!' && - input[this.cursor + 1] === '-' && + input[this.cursor + 1] === '-' && input[this.cursor + 2] === '-' && (this.cursor += 2))) { @@ -517,8 +517,8 @@ Narcissus.lexer = (function() { } token.value = hasEscapes - ? eval(input.substring(token.start, this.cursor)) - : input.substring(token.start + 1, this.cursor - 1); + ? input !== 'undefined' + : input.substring(token.start + 1, this.cursor - 1); }, lexRegExp: function (ch) { @@ -550,7 +550,7 @@ Narcissus.lexer = (function() { this.cursor--; - token.value = eval(input.substring(token.start, this.cursor)); + token.value = input.substring(token.start, this.cursor); }, lexOp: function (ch) { diff --git a/data/chrome_worker/parser/jsparse.js b/data/chrome_worker/parser/jsparse.js index b78078c..113e989 100644 --- a/data/chrome_worker/parser/jsparse.js +++ b/data/chrome_worker/parser/jsparse.js @@ -43,7 +43,7 @@ * * ***** END LICENSE BLOCK ***** */ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * diff --git a/data/chrome_worker/parser/parse.js b/data/chrome_worker/parser/parse.js index 07c800e..20a9e17 100644 --- a/data/chrome_worker/parser/parse.js +++ b/data/chrome_worker/parser/parse.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ /** diff --git a/data/complain/contact_finder.js b/data/complain/contact_finder.js index 95063fe..0a6b52a 100644 --- a/data/complain/contact_finder.js +++ b/data/complain/contact_finder.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var ContactFinder = function(options) { diff --git a/data/complain/contact_regex.js b/data/complain/contact_regex.js index ff872b0..015fec2 100644 --- a/data/complain/contact_regex.js +++ b/data/complain/contact_regex.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ // email address regexp var reEmail = /^mailto\:(admin|feedback|webmaster|info|contact|support|comments|team|help)\@[a-z0-9.\-]+\.[a-z]{2,4}$/i; diff --git a/data/complain/link_types.js b/data/complain/link_types.js index 5552dc2..8b0ed2d 100644 --- a/data/complain/link_types.js +++ b/data/complain/link_types.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var linkTypes = { diff --git a/data/complain/pagemod_finder.js b/data/complain/pagemod_finder.js index 3866a18..e2681db 100644 --- a/data/complain/pagemod_finder.js +++ b/data/complain/pagemod_finder.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ /** @@ -99,7 +99,7 @@ PageModFinder.prototype.setComplaintPanel = function (uri) { '<div id="librejs-tab-button">' + '<div class="librejs-complain-button" ' + - 'title="LibreJS -- Complain to this site"></div>' + + 'title="LibreJSXUL -- Complain to this site"></div>' + '<div class="librejs-complain-separator"></div>' + '</div>' + diff --git a/data/complain/worker_finder.js b/data/complain/worker_finder.js index 150a736..5078154 100644 --- a/data/complain/worker_finder.js +++ b/data/complain/worker_finder.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var workerFinder = { diff --git a/data/display_panel/content/README b/data/display_panel/content/README index a56ea46..cb4de9b 100644 --- a/data/display_panel/content/README +++ b/data/display_panel/content/README @@ -1,5 +1,5 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * diff --git a/data/display_panel/content/display-panel.html b/data/display_panel/content/display-panel.html index 68d203e..61d879f 100644 --- a/data/display_panel/content/display-panel.html +++ b/data/display_panel/content/display-panel.html @@ -6,7 +6,7 @@ <link rel="stylesheet" type="text/css" href="./panel-styles.css"/> <!-- /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * @@ -30,20 +30,20 @@ <body> <div class="title-area"> <div> - <a class="libre" - id="ljs-settings" - href="javascript:void" - title="LibreJS Whitelist Settings"> - <h1 class="libre">LibreJS</h1> - </a> + <h1 class="libre"> + <a title="LibreJSXUL Whitelist Settings" + id="ljs-settings" + href="javascript:void" + class="libre">LibreJSXUL</a> + </h1> </div> <div> - <a target="_blank" href="https://www.gnu.org/software/librejs/" - id="librejs-web-link" - >gnu.org/software/librejs</a> + <a id="librejs-web-link" + href="https://wiki.hyperbola.info/doku.php?id=en:project:iceweasel-uxp_addons" + target="_blank">Addons for Iceweasel-UXP</a> </div> <div> - <strong>LibreJS 6.0.13</strong> + <strong>LibreJSXUL 6.0.14</strong> </div> </div> @@ -60,7 +60,7 @@ <div id="blocked"> <h2 class="blocked-js"></h2> - <ul class="blocked-js"> + <ul class="blocked-js"></ul> </div> <div id="librejs-web-labels-pages"> diff --git a/data/display_panel/content/panel-styles.css b/data/display_panel/content/panel-styles.css index 2e5223b..da69824 100644 --- a/data/display_panel/content/panel-styles.css +++ b/data/display_panel/content/panel-styles.css @@ -1,5 +1,5 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * @@ -97,7 +97,7 @@ ul.blocked-js ul li, ul.accepted-js ul li, ul.dryrun-js ul li { margin:10px; } -/* +/* Pure JS button styles below taken from: http://webdesignerwall.com/tutorials/css3-gradient-buttons */ @@ -110,7 +110,7 @@ ul.blocked-js ul li, ul.accepted-js ul li, ul.dryrun-js ul li { font: 14px/100% Arial, Helvetica, sans-serif; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0,0,0,.3); - -webkit-border-radius: .5em; + -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); @@ -158,7 +158,7 @@ ul.blocked-js ul li, ul.accepted-js ul li, ul.dryrun-js ul li { .white:active { background: -moz-linear-gradient(center top , #EDEDED, #FFFFFF) repeat scroll 0 0 transparent; /*color: #999999;*/ - + } span.accepted, span.blocked { @@ -187,4 +187,4 @@ span.blocked { margin-top: 8px; font-size: 14px; list-style-type: disc; -}
\ No newline at end of file +} diff --git a/data/display_panel/main_panel.js b/data/display_panel/main_panel.js index c03b19d..9c10155 100644 --- a/data/display_panel/main_panel.js +++ b/data/display_panel/main_panel.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var displayPanel = { complainButton: null, @@ -130,7 +130,7 @@ var displayPanel = { $el.data('librejs-url', item.url); li.prepend($el); } else if (item.reason.indexOf('whitelisted by user') > -1) { - // a hack until LibreJS version 6.1. Need to have a value attached + // a hack until LibreJSXUL version 6.1. Need to have a value attached // to item.whitelisted for this. $el = $( '<a class="small button white rm-whitelist">' + @@ -216,7 +216,7 @@ var displayPanel = { if (message.pageURL === 'resource://jid1-ktlzuoiikvffew-at-jetpack/librejs/data/settings/index.html' ) { - message.pageURL = "LibreJS Whitelist"; + message.pageURL = "LibreJSXUL Whitelist"; } $('#info').css({'opacity': 0}); $('h2.blocked-js').html( @@ -280,13 +280,13 @@ var displayPanel = { } } else { this.button1.hide(); - $('ul.blocked-js').append('<li>LibreJS did not block any scripts on this page: \n\n<ul><li>There may be no scripts on this page (check source, C-u).</li><li>All the scripts on this page may be trivial and/or free.</li><li>You may have whitelisted this domain name or url from the preferences (Type about:addons in your location bar to check)</li><li>You may have clicked the "allow all scripts" button, which causes LibreJS to load all JavaScript on a page regardless of whether it is free, trivial, nontrivial or nonfree. This policy is effective for the entire duration of a Firefox session.</li><li>If for any reason you think LibreJS should have blocked JavaScript code on this page, please report this issue to: <a id="report" href="mailto:bug-librejs@gnu.org" target="_blank">bug-librejs@gnu.org</a></li></ul></li>'); + $('ul.blocked-js').append('<li>LibreJSXUL did not block any scripts on this page: \n\n<ul><li>There may be no scripts on this page (check source, C-u).</li><li>All the scripts on this page may be trivial and/or free.</li><li>You may have whitelisted this domain name or url from the preferences (Type about:addons in your location bar to check)</li><li>You may have clicked the "allow all scripts" button, which causes LibreJSXUL to load all JavaScript on a page regardless of whether it is free, trivial, nontrivial or nonfree. This policy is effective for the entire duration of a Firefox session.</li><li>If for any reason you think LibreJSXUL should have blocked JavaScript code on this page, please report this issue to: <a id="report" href="mailto:bug-librejs@gnu.org" target="_blank">bug-librejs@gnu.org</a></li></ul></li>'); $('#report').attr( 'href', 'mailto:bug-librejs@gnu.org' + - '?subject=LibreJS bug report' + - '&body=LibreJS issue with page: ' + + '?subject=LibreJSXUL bug report' + + '&body=LibreJSXUL issue with page: ' + message.pageURL); } @@ -308,7 +308,7 @@ var displayPanel = { } else { $('ul.accepted-js').append( - '<li>LibreJS did not allow the execution of any scripts on this page: \n\n\'' + + '<li>LibreJSXUL did not allow the execution of any scripts on this page: \n\n\'' + '<ul>' + '<li>There may be no scripts on this page (check source, C-u)</li>' + '<li>The inline and on-page JavaScript code may not be free and/or may not have proper license information and external scripts (if present) may have been removed by default.</li>' + diff --git a/data/librejs-settings.html b/data/librejs-settings.html index 1292280..c1ec50e 100644 --- a/data/librejs-settings.html +++ b/data/librejs-settings.html @@ -2,7 +2,7 @@ <html> <head> <meta charset=utf-8 /> -<title>LibreJS - Settings</title> +<title>LibreJSXUL - Settings</title> <link rel="icon" type="image/icon" href="images/gnu-icon.ico"> diff --git a/data/licenses/create-magnets.sh b/data/licenses/create-magnets.sh index b20be4b..75df6ff 100755 --- a/data/licenses/create-magnets.sh +++ b/data/licenses/create-magnets.sh @@ -1,13 +1,13 @@ #!/bin/bash -# This file is part of GNU LibreJS. +# This file is part of GNU LibreJSXUL. # -# GNU LibreJS is free software: you can redistribute it and/or modify +# GNU LibreJSXUL 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 3 of the License, or # (at your option) any later version. # -# GNU LibreJS is distributed in the hope that it will be useful, +# GNU LibreJSXUL 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. diff --git a/data/loading/loading-panel.html b/data/loading/loading-panel.html index 4db4709..bf40e48 100644 --- a/data/loading/loading-panel.html +++ b/data/loading/loading-panel.html @@ -3,7 +3,7 @@ <html> <head> <!-- /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012 Loic J. Duros * @@ -25,7 +25,7 @@ </head> <body> -<h1>LibreJS: Analyzing JavaScript</h1> +<h1>LibreJSXUL. Analyzing JavaScript</h1> <img src="./loader.gif"/> </body> </html> diff --git a/data/preferences_panel/contentscript.js b/data/preferences_panel/contentscript.js index f85ab11..1df1179 100644 --- a/data/preferences_panel/contentscript.js +++ b/data/preferences_panel/contentscript.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ /* diff --git a/data/preferences_panel/preferences_panel.html b/data/preferences_panel/preferences_panel.html index ee31c57..d213061 100644 --- a/data/preferences_panel/preferences_panel.html +++ b/data/preferences_panel/preferences_panel.html @@ -1,29 +1,29 @@ <html> <head> <!-- /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ --> <title> - LibreJS preferences + LibreJSXUL preferences </title> <style> body > div { @@ -56,17 +56,16 @@ width:240px; } </style> - + </head> - + <body> - <h3> - LibreJS Preferences - </h3> + <h3>LibreJSXUL Preferences</h3> <div> <div> <div class="choice"> - <input id="pref_nolazy" type="checkbox"/><p>Do not consider lazy license mentions as free (e.g.: dual-licensed under MIT and GPL, ...)</p> + <input id="pref_nolazy" type="checkbox"/> + <p>Do not consider lazy license mentions as free (e.g.: dual-licensed under MIT and GPL, ...)</p> </div> </div> </body> diff --git a/data/script_detector/script_detector.js b/data/script_detector/script_detector.js index fae9a1f..99fd208 100644 --- a/data/script_detector/script_detector.js +++ b/data/script_detector/script_detector.js @@ -1,23 +1,25 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * Modified 2020 by Jesús E. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * This file is part of GNU LibreJSXUL. + * + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ // array reflects valid types as listed in @@ -172,7 +174,7 @@ var scriptDetector = { if ($(this).text()) { if ($(this).data('singleton') === true) { - singleton = 'This script was removed before LibreJS analysis: '; + singleton = 'This script was removed before LibreJSXUL analysis: '; } that.blockedCode.push({'contents': singleton + reason + that.truncateText($(this).text()), diff --git a/data/script_libraries/script-libraries.json b/data/script_libraries/script-libraries.json index 3d02d20..73893e9 100644 --- a/data/script_libraries/script-libraries.json +++ b/data/script_libraries/script-libraries.json @@ -1,1607 +1,1818 @@ { - "9d6f8bdcadd59eba977e9e31066bf393c9fdf8a4": { - "filename": "http://code.jquery.com/jquery-1.0.4.js", - "result": "[freelib]" - }, - "31555f340a206de7622fb760718ef4a1b296ed44": { - "filename": "http://code.jquery.com/jquery-1.1.js", - "result": "[freelib]" - }, - "88c03b5c437ac3551661ecfbe6e1de155c3099c4": { - "filename": "http://code.jquery.com/jquery-1.0.pack.js", - "result": "[freelib]" - }, - "08341cd159e29f561ca0ec16c99bf4b85e43d30f": { - "filename": "http://code.jquery.com/jquery-1.0.1.pack.js", - "result": "[freelib]" - }, - "84b1514a01def3bc0b52f6fa03d0d9fa349bef72": { - "filename": "http://code.jquery.com/jquery-1.0.2.pack.js", - "result": "[freelib]" - }, - "d3b30b0fead39e4c40fb0c91408e74439020a279": { - "filename": "http://code.jquery.com/jquery-1.0.2.js", - "result": "[freelib]" - }, - "fa05290dadfb7d2659a55c50b77595e23f999a74": { - "filename": "http://code.jquery.com/jquery-1.0.1.js", - "result": "[freelib]" - }, - "4a2c9fd552e1ca9ad66feaaad365990b1e664a8f": { - "filename": "http://code.jquery.com/jquery-1.0.4.pack.js", - "result": "[freelib]" - }, - "ddb4126bf4713cb4e0f2310401e58cb9e3f98997": { - "filename": "http://code.jquery.com/jquery-1.0.3.pack.js", - "result": "[freelib]" - }, - "4c12e01d990bd2b1075812d9f28e3ffa50ca59df": { - "filename": "http://code.jquery.com/jquery-1.0.3.js", - "result": "[freelib]" - }, - "16306f8187df578589821e6eb6b807ac4d467d1f": { - "filename": "http://code.jquery.com/jquery-1.1.pack.js", - "result": "[freelib]" - }, - "24dd74d65d2e02aae973af97ebbb31b9820a5bbb": { - "filename": "http://code.jquery.com/jquery-1.1.1.pack.js", - "result": "[freelib]" - }, - "24fdaa88685c8b2dadcc94559ceef318fdcd115b": { - "filename": "http://code.jquery.com/jquery-1.1.1.js", - "result": "[freelib]" - }, - "07c089df7b7a5da16f434870087d6b0e1c45d3b5": { - "filename": "http://code.jquery.com/jquery-1.1.2.pack.js", - "result": "[freelib]" - }, - "788bb58005b75a004cd7abbd26f942eea0391f47": { - "filename": "http://code.jquery.com/jquery-1.1.2.js", - "result": "[freelib]" - }, - "a7e07121debf460f86aa77073676c1e936478c22": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.1.3.js", - "result": "[freelib]" - }, - "d0d4200eedc83fe692dd65aeab5a548bfe840d06": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.1.3.1.pack.js", - "result": "[freelib]" - }, - "e1c9252b3e60673e4fa1bb1648cb18cd33139535": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.1.3.1.js", - "result": "[freelib]" - }, - "0c80055d513ce3103bb70ca956be005f63e32922": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.1.4.pack.js", - "result": "[freelib]" - }, - "5af7abb29b3b091080db17e53ef6ddcfa555dbe6": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.1.4.js", - "result": "[freelib]" - }, - "e0c497fc264d7706da23235266ed52acf2c7b89a": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.min.js", - "result": "[freelib]" - }, - "3aca6488dfb65cf0e600a7a70376ca1354b7377c": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.js", - "result": "[freelib]" - }, - "0cafb88edcaebad82c207cdf124de1889364c9f3": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.1.min.js", - "result": "[freelib]" - }, - "384cbfe95d92a30d7c86ac07ea5de56f79c15f6a": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.1.js", - "result": "[freelib]" - }, - "2710cce192fcc4dc676d9572cd852f104ea59387": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.2.pack.js", - "result": "[freelib]" - }, - "6869cb783670d6a4923aaccfe4331015961ed8d6": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.4.pack.js", - "result": "[freelib]" - }, - "55c7f265deba4afc1335071fafbbf7fda8f02bbe": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.6.js", - "result": "[freelib]" - }, - "f3abd53f3725675e3e049c414749e16df11951ba": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.3.js", - "result": "[freelib]" - }, - "7b9e8594368d30387059e5fdef9d662095dbbf7a": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.3.min.js", - "result": "[freelib]" - }, - "6be187a67b639b65dc8427eb8e790e42bbe4d7dd": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.3.1.js", - "result": "[freelib]" - }, - "fed603a4db640b82de54b246de4be7a1cffa8780": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.3.1.min.js", - "result": "[freelib]" - }, - "f0b95e99225f314fbe37ccf6b74ce2f916c517de": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.3.2.js", - "result": "[freelib]" - }, - "3dc9f7c2642efff4482e68c9d9df874bf98f5bcb": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js", - "result": "[freelib]" - }, - "ea6cc893792569fdbb344181034eb668261f2b24": { - "filename": "http://code.jquery.com/jquery-1.5.1.js", - "result": "[freelib]" - }, - "fe7b4d1b72fc22fc397f3df3f1fd891c78f8fc96": { - "filename": "http://code.jquery.com/jquery-1.5.2.min.js", - "result": "[freelib]" - }, - "b509dd44ba3f9c72cf8bba6fcb5f06fae15cabf6": { - "filename": "http://code.jquery.com/jquery-1.5.2.js", - "result": "[freelib]" - }, - "22c1eefcce5be20a3e0966f5bcdf88ed81e9f5e7": { - "filename": "http://code.jquery.com/jquery-1.6.1.js", - "result": "[freelib]" - }, - "7fa300666dadade0d006e4c496bf1c85f4b0ab0c": { - "filename": "http://code.jquery.com/jquery-1.6.2.min.js", - "result": "[freelib]" - }, - "eeee9d4604e71f2e01b818fc1439f7b5baf1be7a": { - "filename": "http://code.jquery.com/jquery-1.6.2.js", - "result": "[freelib]" - }, - "aee58a81bea80c20176c61ff03caaf0aa273f9a1": { - "filename": "http://code.jquery.com/jquery-1.6.3.min.js", - "result": "[freelib]" - }, - "61a11f601d70a331de6444c11e72eab2ffd86427": { - "filename": "http://code.jquery.com/jquery-1.6.4.min.js", - "result": "[freelib]" - }, - "3e5c6d7c6e09965d36df8c1e3d9dca6462c41ec1": { - "filename": "http://code.jquery.com/jquery-1.6.3.js", - "result": "[freelib]" - }, - "921e7702ac9e4c4a4bca052b7bc83b0304440ee3": { - "filename": "http://code.jquery.com/jquery-1.6.4.js", - "result": "[freelib]" - }, - "13184e03cd6a0fc0020cf5ad4eee3d8cb3fadac1": { - "filename": "http://code.jquery.com/jquery-1.7.min.js", - "result": "[freelib]" - }, - "7f389928e5f9d3cb2ae273ae1a6913741d18f0a6": { - "filename": "http://code.jquery.com/jquery-1.7.js", - "result": "[freelib]" - }, - "b47730ffaec4272a8a01756af2ef13ecea1c4e92": { - "filename": "http://code.jquery.com/jquery-1.7.1.js", - "result": "[freelib]" - }, - "0b6da89c21e1dd2093fb26366dd90ffeea635c6a": { - "filename": "http://code.jquery.com/jquery-1.7.1.min.js", - "result": "[freelib]" - }, - "7c64f79dbeeebaa7accd13bf68302c7adb195d7d": { - "filename": "http://code.jquery.com/jquery-1.7.2.min.js", - "result": "[freelib]" - }, - "0d7896e2bb23f88e26e52b22a075350b354df447": { - "filename": "http://code.jquery.com/jquery-1.7.2.js", - "result": "[freelib]" - }, - "0eaabd478dd9538ac53334276b8ff784180140a6": { - "filename": "http://code.jquery.com/jquery-1.8.0.js", - "result": "[freelib]" - }, - "b567b6dd8cb0cb5c1183e55d2f2d1466f32edb39": { - "filename": "http://code.jquery.com/jquery-1.8.2.min.js", - "result": "[freelib]" - }, - "229d5537173d1f006b744b014a28f64912988c61": { - "filename": "http://code.jquery.com/jquery-1.8.2.js", - "result": "[freelib]" - }, - "8b6babff47b8a9793f37036fd1b1a3ad41d38423": { - "filename": "http://code.jquery.com/jquery-1.8.3.min.js", - "result": "[freelib]" - }, - "49a6d1346f3d5a167331a8a5de4f34b5fcc1f6d0": { - "filename": "http://code.jquery.com/jquery-1.8.3.js", - "result": "[freelib]" - }, - "002da8cbe90fcf32fbdebb72386125079e3805ee": { - "filename": "http://code.jquery.com/jquery-1.9.0.min.js", - "result": "[freelib]" - }, - "bfc05b695dfa4f23e11d04b84993585da7a764bf": { - "filename": "http://code.jquery.com/jquery-1.9.0.js", - "result": "[freelib]" - }, - "6c6f10e003ad0c7f462802c0e6422971577c3532": { - "filename": "http://code.jquery.com/jquery-1.8.1.min.js", - "result": "[freelib]" - }, - "45efe8797f5a875878fec7fdaaa90d99532dbf16": { - "filename": "http://code.jquery.com/jquery-1.8.1.js", - "result": "[freelib]" - }, - "ebc4e804054a68c177e9c67cc58e7960d3a8706f": { - "filename": "http://code.jquery.com/jquery-1.8.0.min.js", - "result": "[freelib]" - }, - "ae49e56999d82802727455f0ba83b63acd90a22b": { - "filename": "http://code.jquery.com/jquery-1.9.1.min.js", - "result": "[freelib]" - }, - "9257afd2d46c3a189ec0d40a45722701d47e9ca5": { - "filename": "http://code.jquery.com/jquery-1.9.1.js", - "result": "[freelib]" - }, - "348ab13488f5ab45e048dfb39bb4bc8ed9d840c2": { - "filename": "http://code.jquery.com/jquery-1.10.0.js", - "result": "[freelib]" - }, - "19715ffee604b54e95a0e9db76f6de2b5125c29e": { - "filename": "http://code.jquery.com/jquery-1.10.0.min.js", - "result": "[freelib]" - }, - "b39b6f7d8c5f62a40960ded5c40cc288c10b438d": { - "filename": "http://code.jquery.com/jquery-1.10.1.js", - "result": "[freelib]" - }, - "161b78ec52f28657a835e4a5423f03782fd35806": { - "filename": "http://code.jquery.com/jquery-1.10.1.min.js", - "result": "[freelib]" - }, - "1d85f0f3464e5e49b0522744bf7314e176ac76d9": { - "filename": "http://code.jquery.com/jquery-1.10.2.js", - "result": "[freelib]" - }, - "0511abe9863c2ea7084efa7e24d1d86c5b3974f1": { - "filename": "http://code.jquery.com/jquery-1.10.2.min.js", - "result": "[freelib]" - }, - "6945741107601d402c70a13ce46eb72fd1168bc8": { - "filename": "http://code.jquery.com/jquery-1.11.0.js", - "result": "[freelib]" - }, - "b66ed708717bf0b4a005a4d0113af8843ef3b8ff": { - "filename": "http://code.jquery.com/jquery-1.11.0.min.js", - "result": "[freelib]" - }, - "73e5d044bd153dd912930e8be433059454ce19cd": { - "filename": "http://code.jquery.com/jquery-1.11.1.js", - "result": "[freelib]" - }, - "d6c1f41972de07b09bfa63d2e50f9ab41ec372bd": { - "filename": "http://code.jquery.com/jquery-1.11.1.min.js", - "result": "[freelib]" - }, - "8130544c215fe5d1ec081d83461bf4a711e74882": { - "filename": "http://code.jquery.com/jquery-1.11.2.min.js", - "result": "[freelib]" - }, - "5b57851b09022c5e5f3a5fd08152b2dc12671974": { - "filename": "http://code.jquery.com/jquery-1.11.2.js", - "result": "[freelib]" - }, - "276c87ff3e1e3155679c318938e74e5c1b76d809": { - "filename": "http://code.jquery.com/jquery-1.11.3.min.js", - "result": "[freelib]" - }, - "96c73f3774471cc8378c77a64ecf09b7f625d8b7": { - "filename": "http://code.jquery.com/jquery-1.11.3.js", - "result": "[freelib]" - }, - "41b4bfbaa96be6d1440db6e78004ade1c134e276": { - "filename": "http://code.jquery.com/jquery-2.1.3.min.js", - "result": "[freelib]" - }, - "1852661bd11a09ca9b9cb63d1aa6ff390fffaf4e": { - "filename": "http://code.jquery.com/jquery-2.1.3.js", - "result": "[freelib]" - }, - "43dc554608df885a59ddeece1598c6ace434d747": { - "filename": "http://code.jquery.com/jquery-2.1.4.min.js", - "result": "[freelib]" - }, - "0fed45ad7a48ace869bc725ca474ad86a1ef1562": { - "filename": "http://code.jquery.com/jquery-2.1.4.js", - "result": "[freelib]" - }, - "0be05c714a7e6cf28fe692629ece5b3769901dca": { - "filename": "http://code.jquery.com/jquery-2.0.0.min.js", - "result": "[freelib]" - }, - "79db35e3a94da9ce724c4d3c8ccc5d1864b23a95": { - "filename": "http://code.jquery.com/jquery-2.0.0.js", - "result": "[freelib]" - }, - "d193cc22196566fce6b7a54d483f8ca55b38a2f5": { - "filename": "http://code.jquery.com/jquery-2.0.1.js", - "result": "[freelib]" - }, - "2a35d61baf7dde4a800b08fd7b495a62a8a1e620": { - "filename": "http://code.jquery.com/jquery-2.0.1.min.js", - "result": "[freelib]" - }, - "37fc3e651159cf6b9353a3f6f3bfe6e5e63e0092": { - "filename": "http://code.jquery.com/jquery-2.0.2.js", - "result": "[freelib]" - }, - "1e0331b6dd11e6b511d2e3d75805f5ccdb3b83df": { - "filename": "http://code.jquery.com/jquery-2.0.2.min.js", - "result": "[freelib]" - }, - "ad73590c92b4c3f08d02a0751ba4e4aef658daa0": { - "filename": "http://code.jquery.com/jquery-2.0.3.js", - "result": "[freelib]" - }, - "fbf9c77d0c4e3c34a485980c1e5316b6212160c8": { - "filename": "http://code.jquery.com/jquery-2.0.3.min.js", - "result": "[freelib]" - }, - "0fe3e567e0776226ee98326ba8cae7680683c112": { - "filename": "http://code.jquery.com/jquery-2.1.0.js", - "result": "[freelib]" - }, - "98884258cbdb0d939fa2c5e74fc7ac9e56d8170f": { - "filename": "http://code.jquery.com/jquery-2.1.0.min.js", - "result": "[freelib]" - }, - "8d55aabf2b76486cc311fdc553a3613cad46aa3f": { - "filename": "http://code.jquery.com/jquery-2.1.1.js", - "result": "[freelib]" - }, - "afb90752e0a90c24b7f724faca86c5f3d15d1178": { - "filename": "http://code.jquery.com/jquery-2.1.1.min.js", - "result": "[freelib]" - }, + "9d6f8bdcadd59eba977e9e31066bf393c9fdf8a4": { + "filename": "https://code.jquery.com/jquery-1.0.4.js", + "result": "[freelib]" + }, + "31555f340a206de7622fb760718ef4a1b296ed44": { + "filename": "https://code.jquery.com/jquery-1.1.js", + "result": "[freelib]" + }, + "88c03b5c437ac3551661ecfbe6e1de155c3099c4": { + "filename": "https://code.jquery.com/jquery-1.0.pack.js", + "result": "[freelib]" + }, + "08341cd159e29f561ca0ec16c99bf4b85e43d30f": { + "filename": "https://code.jquery.com/jquery-1.0.1.pack.js", + "result": "[freelib]" + }, + "84b1514a01def3bc0b52f6fa03d0d9fa349bef72": { + "filename": "https://code.jquery.com/jquery-1.0.2.pack.js", + "result": "[freelib]" + }, + "d3b30b0fead39e4c40fb0c91408e74439020a279": { + "filename": "https://code.jquery.com/jquery-1.0.2.js", + "result": "[freelib]" + }, + "fa05290dadfb7d2659a55c50b77595e23f999a74": { + "filename": "https://code.jquery.com/jquery-1.0.1.js", + "result": "[freelib]" + }, + "4a2c9fd552e1ca9ad66feaaad365990b1e664a8f": { + "filename": "https://code.jquery.com/jquery-1.0.4.pack.js", + "result": "[freelib]" + }, + "ddb4126bf4713cb4e0f2310401e58cb9e3f98997": { + "filename": "https://code.jquery.com/jquery-1.0.3.pack.js", + "result": "[freelib]" + }, + "4c12e01d990bd2b1075812d9f28e3ffa50ca59df": { + "filename": "https://code.jquery.com/jquery-1.0.3.js", + "result": "[freelib]" + }, + "16306f8187df578589821e6eb6b807ac4d467d1f": { + "filename": "https://code.jquery.com/jquery-1.1.pack.js", + "result": "[freelib]" + }, + "24dd74d65d2e02aae973af97ebbb31b9820a5bbb": { + "filename": "https://code.jquery.com/jquery-1.1.1.pack.js", + "result": "[freelib]" + }, + "24fdaa88685c8b2dadcc94559ceef318fdcd115b": { + "filename": "https://code.jquery.com/jquery-1.1.1.js", + "result": "[freelib]" + }, + "07c089df7b7a5da16f434870087d6b0e1c45d3b5": { + "filename": "https://code.jquery.com/jquery-1.1.2.pack.js", + "result": "[freelib]" + }, + "788bb58005b75a004cd7abbd26f942eea0391f47": { + "filename": "https://code.jquery.com/jquery-1.1.2.js", + "result": "[freelib]" + }, + "ea6cc893792569fdbb344181034eb668261f2b24": { + "filename": "https://code.jquery.com/jquery-1.5.1.js", + "result": "[freelib]" + }, + "fe7b4d1b72fc22fc397f3df3f1fd891c78f8fc96": { + "filename": "https://code.jquery.com/jquery-1.5.2.min.js", + "result": "[freelib]" + }, + "b509dd44ba3f9c72cf8bba6fcb5f06fae15cabf6": { + "filename": "https://code.jquery.com/jquery-1.5.2.js", + "result": "[freelib]" + }, + "22c1eefcce5be20a3e0966f5bcdf88ed81e9f5e7": { + "filename": "https://code.jquery.com/jquery-1.6.1.js", + "result": "[freelib]" + }, + "7fa300666dadade0d006e4c496bf1c85f4b0ab0c": { + "filename": "https://code.jquery.com/jquery-1.6.2.min.js", + "result": "[freelib]" + }, + "eeee9d4604e71f2e01b818fc1439f7b5baf1be7a": { + "filename": "https://code.jquery.com/jquery-1.6.2.js", + "result": "[freelib]" + }, + "aee58a81bea80c20176c61ff03caaf0aa273f9a1": { + "filename": "https://code.jquery.com/jquery-1.6.3.min.js", + "result": "[freelib]" + }, + "61a11f601d70a331de6444c11e72eab2ffd86427": { + "filename": "https://code.jquery.com/jquery-1.6.4.min.js", + "result": "[freelib]" + }, + "3e5c6d7c6e09965d36df8c1e3d9dca6462c41ec1": { + "filename": "https://code.jquery.com/jquery-1.6.3.js", + "result": "[freelib]" + }, + "921e7702ac9e4c4a4bca052b7bc83b0304440ee3": { + "filename": "https://code.jquery.com/jquery-1.6.4.js", + "result": "[freelib]" + }, + "13184e03cd6a0fc0020cf5ad4eee3d8cb3fadac1": { + "filename": "https://code.jquery.com/jquery-1.7.min.js", + "result": "[freelib]" + }, + "7f389928e5f9d3cb2ae273ae1a6913741d18f0a6": { + "filename": "https://code.jquery.com/jquery-1.7.js", + "result": "[freelib]" + }, + "b47730ffaec4272a8a01756af2ef13ecea1c4e92": { + "filename": "https://code.jquery.com/jquery-1.7.1.js", + "result": "[freelib]" + }, + "0b6da89c21e1dd2093fb26366dd90ffeea635c6a": { + "filename": "https://code.jquery.com/jquery-1.7.1.min.js", + "result": "[freelib]" + }, + "7c64f79dbeeebaa7accd13bf68302c7adb195d7d": { + "filename": "https://code.jquery.com/jquery-1.7.2.min.js", + "result": "[freelib]" + }, + "0d7896e2bb23f88e26e52b22a075350b354df447": { + "filename": "https://code.jquery.com/jquery-1.7.2.js", + "result": "[freelib]" + }, + "0eaabd478dd9538ac53334276b8ff784180140a6": { + "filename": "https://code.jquery.com/jquery-1.8.0.js", + "result": "[freelib]" + }, + "b567b6dd8cb0cb5c1183e55d2f2d1466f32edb39": { + "filename": "https://code.jquery.com/jquery-1.8.2.min.js", + "result": "[freelib]" + }, + "229d5537173d1f006b744b014a28f64912988c61": { + "filename": "https://code.jquery.com/jquery-1.8.2.js", + "result": "[freelib]" + }, + "8b6babff47b8a9793f37036fd1b1a3ad41d38423": { + "filename": "https://code.jquery.com/jquery-1.8.3.min.js", + "result": "[freelib]" + }, + "49a6d1346f3d5a167331a8a5de4f34b5fcc1f6d0": { + "filename": "https://code.jquery.com/jquery-1.8.3.js", + "result": "[freelib]" + }, + "002da8cbe90fcf32fbdebb72386125079e3805ee": { + "filename": "https://code.jquery.com/jquery-1.9.0.min.js", + "result": "[freelib]" + }, + "bfc05b695dfa4f23e11d04b84993585da7a764bf": { + "filename": "https://code.jquery.com/jquery-1.9.0.js", + "result": "[freelib]" + }, + "6c6f10e003ad0c7f462802c0e6422971577c3532": { + "filename": "https://code.jquery.com/jquery-1.8.1.min.js", + "result": "[freelib]" + }, + "45efe8797f5a875878fec7fdaaa90d99532dbf16": { + "filename": "https://code.jquery.com/jquery-1.8.1.js", + "result": "[freelib]" + }, + "ebc4e804054a68c177e9c67cc58e7960d3a8706f": { + "filename": "https://code.jquery.com/jquery-1.8.0.min.js", + "result": "[freelib]" + }, + "ae49e56999d82802727455f0ba83b63acd90a22b": { + "filename": "https://code.jquery.com/jquery-1.9.1.min.js", + "result": "[freelib]" + }, + "9257afd2d46c3a189ec0d40a45722701d47e9ca5": { + "filename": "https://code.jquery.com/jquery-1.9.1.js", + "result": "[freelib]" + }, + "348ab13488f5ab45e048dfb39bb4bc8ed9d840c2": { + "filename": "https://code.jquery.com/jquery-1.10.0.js", + "result": "[freelib]" + }, + "19715ffee604b54e95a0e9db76f6de2b5125c29e": { + "filename": "https://code.jquery.com/jquery-1.10.0.min.js", + "result": "[freelib]" + }, + "b39b6f7d8c5f62a40960ded5c40cc288c10b438d": { + "filename": "https://code.jquery.com/jquery-1.10.1.js", + "result": "[freelib]" + }, + "161b78ec52f28657a835e4a5423f03782fd35806": { + "filename": "https://code.jquery.com/jquery-1.10.1.min.js", + "result": "[freelib]" + }, + "1d85f0f3464e5e49b0522744bf7314e176ac76d9": { + "filename": "https://code.jquery.com/jquery-1.10.2.js", + "result": "[freelib]" + }, + "0511abe9863c2ea7084efa7e24d1d86c5b3974f1": { + "filename": "https://code.jquery.com/jquery-1.10.2.min.js", + "result": "[freelib]" + }, + "6945741107601d402c70a13ce46eb72fd1168bc8": { + "filename": "https://code.jquery.com/jquery-1.11.0.js", + "result": "[freelib]" + }, + "b66ed708717bf0b4a005a4d0113af8843ef3b8ff": { + "filename": "https://code.jquery.com/jquery-1.11.0.min.js", + "result": "[freelib]" + }, + "73e5d044bd153dd912930e8be433059454ce19cd": { + "filename": "https://code.jquery.com/jquery-1.11.1.js", + "result": "[freelib]" + }, + "d6c1f41972de07b09bfa63d2e50f9ab41ec372bd": { + "filename": "https://code.jquery.com/jquery-1.11.1.min.js", + "result": "[freelib]" + }, + "8130544c215fe5d1ec081d83461bf4a711e74882": { + "filename": "https://code.jquery.com/jquery-1.11.2.min.js", + "result": "[freelib]" + }, + "5b57851b09022c5e5f3a5fd08152b2dc12671974": { + "filename": "https://code.jquery.com/jquery-1.11.2.js", + "result": "[freelib]" + }, + "276c87ff3e1e3155679c318938e74e5c1b76d809": { + "filename": "https://code.jquery.com/jquery-1.11.3.min.js", + "result": "[freelib]" + }, + "96c73f3774471cc8378c77a64ecf09b7f625d8b7": { + "filename": "https://code.jquery.com/jquery-1.11.3.js", + "result": "[freelib]" + }, + "41b4bfbaa96be6d1440db6e78004ade1c134e276": { + "filename": "https://code.jquery.com/jquery-2.1.3.min.js", + "result": "[freelib]" + }, + "1852661bd11a09ca9b9cb63d1aa6ff390fffaf4e": { + "filename": "https://code.jquery.com/jquery-2.1.3.js", + "result": "[freelib]" + }, + "43dc554608df885a59ddeece1598c6ace434d747": { + "filename": "https://code.jquery.com/jquery-2.1.4.min.js", + "result": "[freelib]" + }, + "0fed45ad7a48ace869bc725ca474ad86a1ef1562": { + "filename": "https://code.jquery.com/jquery-2.1.4.js", + "result": "[freelib]" + }, + "0be05c714a7e6cf28fe692629ece5b3769901dca": { + "filename": "https://code.jquery.com/jquery-2.0.0.min.js", + "result": "[freelib]" + }, + "79db35e3a94da9ce724c4d3c8ccc5d1864b23a95": { + "filename": "https://code.jquery.com/jquery-2.0.0.js", + "result": "[freelib]" + }, + "d193cc22196566fce6b7a54d483f8ca55b38a2f5": { + "filename": "https://code.jquery.com/jquery-2.0.1.js", + "result": "[freelib]" + }, + "2a35d61baf7dde4a800b08fd7b495a62a8a1e620": { + "filename": "https://code.jquery.com/jquery-2.0.1.min.js", + "result": "[freelib]" + }, + "37fc3e651159cf6b9353a3f6f3bfe6e5e63e0092": { + "filename": "https://code.jquery.com/jquery-2.0.2.js", + "result": "[freelib]" + }, + "1e0331b6dd11e6b511d2e3d75805f5ccdb3b83df": { + "filename": "https://code.jquery.com/jquery-2.0.2.min.js", + "result": "[freelib]" + }, + "ad73590c92b4c3f08d02a0751ba4e4aef658daa0": { + "filename": "https://code.jquery.com/jquery-2.0.3.js", + "result": "[freelib]" + }, + "fbf9c77d0c4e3c34a485980c1e5316b6212160c8": { + "filename": "https://code.jquery.com/jquery-2.0.3.min.js", + "result": "[freelib]" + }, + "0fe3e567e0776226ee98326ba8cae7680683c112": { + "filename": "https://code.jquery.com/jquery-2.1.0.js", + "result": "[freelib]" + }, + "98884258cbdb0d939fa2c5e74fc7ac9e56d8170f": { + "filename": "https://code.jquery.com/jquery-2.1.0.min.js", + "result": "[freelib]" + }, + "8d55aabf2b76486cc311fdc553a3613cad46aa3f": { + "filename": "https://code.jquery.com/jquery-2.1.1.js", + "result": "[freelib]" + }, + "afb90752e0a90c24b7f724faca86c5f3d15d1178": { + "filename": "https://code.jquery.com/jquery-2.1.1.min.js", + "result": "[freelib]" + }, + "adc54e7bc8f083114c5e7a957c89b9c7abd8b53b": { + "filename": "https://code.jquery.com/jquery-2.1.2.js", + "result": "[freelib]" + }, + "58b3dd95d9083bd4f4a9d7da3b6bb67e761ba8a3": { + "filename": "https://code.jquery.com/jquery-2.1.2.min.js", + "result": "[freelib]" + }, + "1852661bd11a09ca9b9cb63d1aa6ff390fffaf4e": { + "filename": "https://code.jquery.com/jquery-2.1.3.js", + "result": "[freelib]" + }, + "41b4bfbaa96be6d1440db6e78004ade1c134e276": { + "filename": "https://code.jquery.com/jquery-2.1.3.min.js", + "result": "[freelib]" + }, + "0fed45ad7a48ace869bc725ca474ad86a1ef1562": { + "filename": "https://code.jquery.com/jquery-2.1.4.js", + "result": "[freelib]" + }, + "43dc554608df885a59ddeece1598c6ace434d747": { + "filename": "https://code.jquery.com/jquery-2.1.4.min.js", + "result": "[freelib]" + }, + "d912de9beb18f6e5b393ab38477fc4fa6b1aa3b8": { + "filename": "https://code.jquery.com/jquery-2.2.0.js", + "result": "[freelib]" + }, + "5d7e5bbfa540f0e53bd599e4305e1a4e815b5dd1": { + "filename": "https://code.jquery.com/jquery-2.2.0.min.js", + "result": "[freelib]" + }, + "f2d87557d2a0bfc55f8062bdd606a0ffc75b1a53": { + "filename": "https://code.jquery.com/jquery-2.2.1.js", + "result": "[freelib]" + }, + "7cb05e3d551cd61439337b2cb22f49b1955f9711": { + "filename": "https://code.jquery.com/jquery-2.2.1.min.js", + "result": "[freelib]" + }, + "0725b56097a100e8a155151ea034cdf1df764ae7": { + "filename": "https://code.jquery.com/jquery-2.2.2.js", + "result": "[freelib]" + }, + "3b0f35285a7088b1fd321773696f9d3b45d31942": { + "filename": "https://code.jquery.com/jquery-2.2.2.min.js", + "result": "[freelib]" + }, + "09b2fbec3c6e662be486da501a913d4b93ad39eb": { + "filename": "https://code.jquery.com/jquery-2.2.3.js", + "result": "[freelib]" + }, + "e3dbb65f2b541d842b50d37304b0102a2d5f2387": { + "filename": "https://code.jquery.com/jquery-2.2.3.min.js", + "result": "[freelib]" + }, + "26e6b63b81813d8ad942c90d369df2673602b812": { + "filename": "https://code.jquery.com/jquery-2.2.4.js", + "result": "[freelib]" + }, + "69bb69e25ca7d5ef0935317584e6153f3fd9a88c": { + "filename": "https://code.jquery.com/jquery-2.2.4.min.js", + "result": "[freelib]" + }, + "a8ca6c1e4553704dfea3ad394305a8eb0e2165ef": { + "filename": "https://code.jquery.com/jquery-3.0.0.js", + "result": "[freelib]" + }, + "d6702a1af0378b2342f6a0692e77c169f580aed7": { + "filename": "https://code.jquery.com/jquery-3.0.0.min.js", + "result": "[freelib]" + }, + "76e39574cc035f4e5a5faddfa7ea1a6a3231c7d3": { + "filename": "https://code.jquery.com/jquery-3.1.0.js", + "result": "[freelib]" + }, + "c72c1735b4d903d90dd51225ebefb8c74ebbc51f": { + "filename": "https://code.jquery.com/jquery-3.1.0.min.js", + "result": "[freelib]" + }, + "38e82b4f24bf9f7e678a1d69a4e635363ce711ab": { + "filename": "https://code.jquery.com/jquery-3.1.1.js", + "result": "[freelib]" + }, + "f647a6d37dc4ca055ced3cf64bbc1f490070acba": { + "filename": "https://code.jquery.com/jquery-3.1.1.min.js", + "result": "[freelib]" + }, + "43c8ba4b24ee221aab8ce1efe2ed89bd4825b5f5": { + "filename": "https://code.jquery.com/jquery-3.2.0.js", + "result": "[freelib]" + }, + "0baf29230047c9cd896f14c59618c9948ea79451": { + "filename": "https://code.jquery.com/jquery-3.2.0.min.js", + "result": "[freelib]" + }, + "fd81582bf1b15e6747472df880ca822c362a97d1": { + "filename": "https://code.jquery.com/jquery-3.2.1.js", + "result": "[freelib]" + }, + "1055018c28ab41087ef9ccefe411606893dabea2": { + "filename": "https://code.jquery.com/jquery-3.2.1.min.js", + "result": "[freelib]" + }, + "789eb380d3bcae8822a6a6980e5b121dbd0725d5": { + "filename": "https://code.jquery.com/jquery-3.3.0.js", + "result": "[freelib]" + }, + "c924cdb1aaa42330cbe3fe3c4566dafe3b4830f2": { + "filename": "https://code.jquery.com/jquery-3.3.0.min.js", + "result": "[freelib]" + }, + "46a436eba01c79acdb225757ed80bf54bad6416b": { + "filename": "https://code.jquery.com/jquery-3.3.1.js", + "result": "[freelib]" + }, + "0dc32db4aa9c5f03f3b38c47d883dbd4fed13aae": { + "filename": "https://code.jquery.com/jquery-3.3.1.min.js", + "result": "[freelib]" + }, - "3efaf11e60ea8c541b6dc26f0ef09f195732587a": { - "filename": "https://code.jquery.com/ui/1.11.4/jquery-ui.js", - "result": "[freelib]" - }, - "7f650ee30c6a4d3eea04032039b20ff72997559b": { - "filename": "https://code.jquery.com/ui/1.11.4/jquery-ui.min.js", - "result": "[freelib]" - }, - "0bf0ff43044448711b33453388c3a24d99e6cc9c": { - "filename": "https://code.jquery.com/ui/1.11.3/jquery-ui.js", - "result": "[freelib]" - }, - "0c72ced078c45968712838ac683f09d0980dd0e8": { - "filename": "https://code.jquery.com/ui/1.11.3/jquery-ui.min.js", - "result": "[freelib]" - }, - "4e6a74f1dd52f0b7aa4d9777426adecf8d9377fd": { - "filename": "https://code.jquery.com/ui/1.11.2/jquery-ui.js", - "result": "[freelib]" - }, - "a83caf65714ff3a56aded6088acb525e9d305881": { - "filename": "https://code.jquery.com/ui/1.11.2/jquery-ui.min.js", - "result": "[freelib]" - }, - "0b327b43256da9f57b78e3134aaecc2a4a5a3bad": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.js", - "result": "[freelib]" - }, - "01100f829bce3f074adcb6ae5309d9e769ef29fe": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.js", - "result": "[freelib]" - }, - "5f99079e4564f94a1d5e45d22d6dc18acbb148da": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.js", - "result": "[freelib]" - }, - "a2035b74876c5212cfe3e4e35dfd070e74e8c3fd": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.22/jquery-ui.js", - "result": "[freelib]" - }, - "2a3fa481079f9e02043810cbeee6b5481abf51c0": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.20/jquery-ui.js", - "result": "[freelib]" - }, - "0881516b541abe68d79724c08c1a665872f8f2c2": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.js", - "result": "[freelib]" - }, - "85b15aef55b1eede971c7febd0c00ba04dc16edf": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/jquery-ui.js", - "result": "[freelib]" - }, - "d9b48fef067caa58d4e1dec54801c22fe0ea7449": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.js", - "result": "[freelib]" - }, - "990dbb08231ef9c9c59653051f5ac7c1e2185d46": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.js", - "result": "[freelib]" - }, - "2e140b943f459e383f569227b3e5569f0dbc6f34": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.js", - "result": "[freelib]" - }, - "53dd39212504739ac18790a4461b9a67c50f2728": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.js", - "result": "[freelib]" - }, - "5cd73db8238d48c08c88f12fe9e5b99b6fa644f7": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.js", - "result": "[freelib]" - }, - "0c3d725fac553c73368496769ff77c3045103704": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.js", - "result": "[freelib]" - }, - "e5de581f09ac990adae2b4aede35264f1dc5cd72": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.js", - "result": "[freelib]" - }, - "e1e87320b2d14e36a9bba1b637b5247645df7185": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.19/jquery-ui.js", - "result": "[freelib]" - }, - "8b71e136c6275d0eeed2b55b9e718a54ce343015": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/jquery-ui.js", - "result": "[freelib]" - }, - "c71ddb1b3843c24e909a31595b7e873d7e6da45d": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.js", - "result": "[freelib]" - }, - "d5203dbbb97db1a68ca5a3adf265f17cdaea738d": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.8/jquery-ui.js", - "result": "[freelib]" - }, - "1b96be82b697e835b903c6c22799c8e4e55e285c": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/jquery-ui.js", - "result": "[freelib]" - }, - "2804fac51308f459c3eb9c3d20e7ee009a8ba31c": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.js", - "result": "[freelib]" - }, - "5d61b19cbee2f8047f518a58ceff7fdaeeb24921": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.js", - "result": "[freelib]" - }, - "7f7859e006f0644a43a7294b50b39e7e9159b3a2": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.js", - "result": "[freelib]" - }, - "842cb8f83614f6de98f70fa7de2f866eecae7ab4": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.js", - "result": "[freelib]" - }, - "90fab357529f510e5134ad0dcdad3f654894d4fc": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.3/jquery-ui.js", - "result": "[freelib]" - }, - "960e36796c42dadf66fafb63bba6087c7d6e1d85": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.js", - "result": "[freelib]" - }, - "1f102103bea71c5e173a916137c563dc62a97cdb": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.js", - "result": "[freelib]" - }, - "61c88c8898ae6bd653737a9dae52209a98998def": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.js", - "result": "[freelib]" - }, - "b87f7150da2b0811ed143443af4038e3e2d41eda": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/jquery-ui.js", - "result": "[freelib]" - }, - "9927afbb31df93a76977a676a933b7e3696d61ba": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min.js", - "result": "[freelib]" - }, - "7b6f5c747c19ad6fbe28957e4318559b45d89111": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js", - "result": "[freelib]" - }, - "429282063ca7f3bae9797d70a6f09f2e3e05458a": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js", - "result": "[freelib]" - }, - "e398b87b98ae72cbee9f7d3044189ea638f3f80c": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.22/jquery-ui.min.js", - "result": "[freelib]" - }, - "e9b5baec45507c35477aac5d19afbca8cad92426": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.min.js", - "result": "[freelib]" - }, - "431b7ebb5e36d5af5e7890b782789ac983e28d00": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.19/jquery-ui.min.js", - "result": "[freelib]" - }, - "680f1bd5b4021dbac8b82d68a818d3a94f097ffd": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js", - "result": "[freelib]" - }, - "fc4c1a4691f3819ecd16eaefa68f96f764538f1e": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/jquery-ui.min.js", - "result": "[freelib]" - }, - "1d97dd4111b504abc8f6dee45daf6f358aa40140": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.js", - "result": "[freelib]" - }, - "aff393e11d2122a6026df1e2f75d46de4ead89ff": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.5.2/jquery-ui.js", - "result": "[freelib]" - }, - "d81b246f0f221f4d9a6eb74a8994c4041d2b7215": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.6.0/jquery-ui.js", - "result": "[freelib]" - }, - "8e8b0dccbacc70dc6406023be9e35dfa4f3a944e": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js", - "result": "[freelib]" - }, - "67070ff953d6b0f886083edba723f6d66fa6cbca": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min.js", - "result": "[freelib]" - }, - "6952564ff6404bd93cb523f1634b451ac1cc8fec": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js", - "result": "[freelib]" - }, - "b48e01c35c1e6ad622386b9a3161bd1bf02723c8": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js", - "result": "[freelib]" - }, - "34d32c47711aa10bdeb196c55d489962296a64c4": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js", - "result": "[freelib]" - }, - "33f5808531e82f2f6e8859da3a765c4d8a0073d2": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.min.js", - "result": "[freelib]" - }, - "973e1554af7d9240e059e38165f2e7b5fc7aa0a5": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js", - "result": "[freelib]" - }, - "ae74362cdb2fadb2eee6c962f47f1e33af51c79d": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.20/jquery-ui.min.js", - "result": "[freelib]" - }, - "31d0cb90f7b82088df6c4e00b5765f9dccc48329": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.js", - "result": "[freelib]" - }, - "a192b2ef3371febba192179ff86e3da3f633160d": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js", - "result": "[freelib]" - }, - "db895a7ed5c8b42e27de2b3ef3199d038a259fdb": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.8/jquery-ui.min.js", - "result": "[freelib]" - }, - "06adc576409427237ce3c269bb9a568d3cd53c9b": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/jquery-ui.min.js", - "result": "[freelib]" - }, - "8fdfbe7ccaf0bdcde4c0b34738c0cd73b4587a45": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/jquery-ui.min.js", - "result": "[freelib]" - }, - "02d2e4a524b0da52c3cb236619ad065fec44d69a": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js", - "result": "[freelib]" - }, - "42936431058c6c4663e64e2c07931b9159083c31": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js", - "result": "[freelib]" - }, - "bbf7ce8f5ce8d8f9d207f8973328527ac0093b17": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js", - "result": "[freelib]" - }, - "09fdd3d9aebc9086b27b45b3fb051ebded272b39": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js", - "result": "[freelib]" - }, - "e002b335c75b5edefcd251962f61f53a2ab8e0f2": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js", - "result": "[freelib]" - }, - "b5f2733aac4e257929a5f1ff93410ee0bda311b6": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.3/jquery-ui.min.js", - "result": "[freelib]" - }, - "f978dcb9ea6ecfbc7f8a2f9948bacd679c0cd1b4": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js", - "result": "[freelib]" - }, - "f78ae3cdaf4a6a21dfb2565491f5d295462d8be3": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js", - "result": "[freelib]" - }, - "5ed6bdacae842fc530dbc83aabb9a466c7f2b5a1": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.6.0/jquery-ui.min.js", - "result": "[freelib]" - }, - "fe810f47883364fbc4dc2c61e03a3aca0f74fed7": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js", - "result": "[freelib]" - }, - "da851ac384c279992d1855d59257f8d98c603063": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/jquery-ui.min.js", - "result": "[freelib]" - }, - "5b59bc1a7087c3a83abd5b9ff559a88428ceab0a": { - "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.5.2/jquery-ui.min.js", - "result": "[freelib]" - }, + "32d26b5ed44f2e53d63b8383762dea94dc0267b0": { + "filename": "https://code.jquery.com/jquery-3.5.1.slim.js", + "result": "[freelib]" + }, + "cf8d9821552d51bb50ce572e696aba1309065800": { + "filename": "https://code.jquery.com/jquery-3.5.1.slim.min.js", + "result": "[freelib]" + }, + "250a386add1a1c6d8f67c83420c28d46f314fca5": { + "filename": "https://code.jquery.com/jquery-3.5.0.slim.js", + "result": "[freelib]" + }, + "de4618b5f989647b6cd978642436b6983d78deec": { + "filename": "https://code.jquery.com/jquery-3.5.0.slim.min.js", + "result": "[freelib]" + }, + "fceda01666299b2af23407213a66b1fd908ba6ba": { + "filename": "https://code.jquery.com/jquery-3.4.1.slim.js", + "result": "[freelib]" + }, + "dd15958a3f0f1f3601461f927c4703a56ed59011": { + "filename": "https://code.jquery.com/jquery-3.4.1.slim.min.js", + "result": "[freelib]" + }, + "49f3ae42a9a52fa123c3ead65d8a7e9143b4c5bb": { + "filename": "https://code.jquery.com/jquery-3.4.0.slim.js", + "result": "[freelib]" + }, + "8e2c931b2b965f987bfc044408649e2fb4609117": { + "filename": "https://code.jquery.com/jquery-3.4.0.slim.min.js", + "result": "[freelib]" + }, + "1263f61eb65762f1af35c9b3f392ad18de4b3c33": { + "filename": "https://code.jquery.com/jquery-3.3.1.slim.js", + "result": "[freelib]" + }, + "bc5836992c0b260496ba520fe1336d499bf06eb7": { + "filename": "https://code.jquery.com/jquery-3.3.1.slim.min.js", + "result": "[freelib]" + }, + "349dde07bdff91dd27a0cb5db91635fbfd8d1c90": { + "filename": "https://code.jquery.com/jquery-3.3.0.slim.js", + "result": "[freelib]" + }, + "ad751e5035822e419500680526c6382c83f05cb6": { + "filename": "https://code.jquery.com/jquery-3.3.0.slim.min.js", + "result": "[freelib]" + }, + "8499c1dbaea014f093a32591767e6cad0dfad2cc": { + "filename": "https://code.jquery.com/jquery-3.2.1.slim.js", + "result": "[freelib]" + }, + "9e89d1515bc4c371b86f4cb1002fd8e377c1829f": { + "filename": "https://code.jquery.com/jquery-3.2.1.slim.min.js", + "result": "[freelib]" + }, + "68d899c65c2e1d8d5af957c10c7108cd8d21f595": { + "filename": "https://code.jquery.com/jquery-3.2.0.slim.js", + "result": "[freelib]" + }, + "2ff93eacb9c2c4df5b8392f7e4937afd9fe551b2": { + "filename": "https://code.jquery.com/jquery-3.2.0.slim.min.js", + "result": "[freelib]" + }, + "7aafa558d019fa6a057c05cd35efb3ff130c25b4": { + "filename": "https://code.jquery.com/jquery-3.1.1.slim.js", + "result": "[freelib]" + }, + "310bd0c04196573315c2e8446776685ac2961724": { + "filename": "https://code.jquery.com/jquery-3.1.1.slim.min.js", + "result": "[freelib]" + }, + "ca649327dce2205a28772c69c64a0d14735e223c": { + "filename": "https://code.jquery.com/jquery-3.1.0.slim.js", + "result": "[freelib]" + }, + "07e11f049f98140c2b9e470b220f6a59fbcb6701": { + "filename": "https://code.jquery.com/jquery-3.1.0.slim.min.js", + "result": "[freelib]" + }, + "58a1b7e4cfe24ab7be91bada0c5e1b121f531496": { + "filename": "https://code.jquery.com/jquery-3.0.0.slim.js", + "result": "[freelib]" + }, + "08b0636b515173a31b2f6ee9b86c2bd8447983c6": { + "filename": "https://code.jquery.com/jquery-3.0.0.slim.min.js", + "result": "[freelib]" + }, - "0a2054143eddc76447bacf3da455ffc1c726e304": { - "filename": "http://yui.yahooapis.com/3.6.0/build/yui-base/yui-base.js", - "result": "[freelib]" - }, - "5f47da5d3c8902e763ef6ae02e9307a63a95ae5a": { - "filename": "http://yui.yahooapis.com/2.6.0/build/yuiloader/yuiloader-min.js", - "result": "[freelib]" - }, - "52ebc252c54e6cdaa9e349e1fea37a2950f6af96": { - "filename": "http://yui.yahooapis.com/2.7.0/build/yuiloader/yuiloader-min.js", - "result": "[freelib]" - }, - "e77f9c1022bb48425d63cbaf309d7718ff5d3fbd": { - "filename": "http://yui.yahooapis.com/2.8.0r4/build/yuiloader/yuiloader-min.js", - "result": "[freelib]" - }, - "8f1cfeefecc782f53f411de1bf64c77b48b8ba56": { - "filename": "http://yui.yahooapis.com/2.8.1/build/yuiloader/yuiloader-min.js", - "result": "[freelib]" - }, - "aa113da84ddbad46a8002ea22393a238eccf9ee4": { - "filename": "http://yui.yahooapis.com/2.9.0/build/yuiloader/yuiloader-min.js", - "result": "[freelib]" - }, - "a4fadcd6f68d7823a9fd9d1f6089025041a3212a": { - "filename": "http://yui.yahooapis.com/2.8.2/build/yuiloader/yuiloader-min.js", - "result": "[freelib]" - }, - "c398b7eab95bfe84816f60311eaf91194f3bfec8": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/aes.js", - "result": "[freelib]" - }, - "a7eba31001379f751d1a54b988ccdb500d873ec1": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/enc-base64.js", - "result": "[freelib]" - }, - "9bdf0dfad487422fd36693d4119b59175f0112ee": { - "filename": "http://yui.yahooapis.com/2.8.1/build/yuiloader/yuiloader.js", - "result": "[freelib]" - }, - "d9f710afddaba467707c0d6e7b187a8beae1e1f2": { - "filename": "http://yui.yahooapis.com/2.8.2/build/yuiloader/yuiloader.js", - "result": "[freelib]" - }, - "5f8d372d7b385588f61dd53c588608f47a3c3b60": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/enc-utf16.js", - "result": "[freelib]" - }, - "4dc6c77a03258ee7fbe5e877a1ed97311bc45652": { - "filename": "https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject_src.js", - "result": "[freelib]" - }, - "5847ed101f55d51c53538a7078971e7de8fb6762": { - "filename": "https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js", - "result": "[freelib]" - }, - "fe91b37266d1cdb4b4f51297f69326e271704f35": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.3.1/mootools-yui-compressed.js", - "result": "[freelib]" - }, - "493afa22594fdff6e6fc4f21f99c626533c35b06": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.3.0/mootools-yui-compressed.js", - "result": "[freelib]" - }, - "9fa29ea8f3ec6714b3b6236eb2ce6e1ce905c560": { - "filename": "http://yui.yahooapis.com/2.6.0/build/yuiloader/yuiloader.js", - "result": "[freelib]" - }, - "1523029ce227a35976407408c5d08039c8fe4f0e": { - "filename": "http://yui.yahooapis.com/2.7.0/build/yuiloader/yuiloader.js", - "result": "[freelib]" - }, - "9514b1927292acf4c670fae6492e9ce2e263472f": { - "filename": "http://yui.yahooapis.com/2.8.0r4/build/yuiloader/yuiloader.js", - "result": "[freelib]" - }, - "6b911b0dc178423b946b0299851d9661004c21ef": { - "filename": "http://code.jquery.com/jquery-1.4.1.js", - "result": "[freelib]" - }, - "65cbff4e9d95d47a6f31d96ab4ea361c1f538a7b": { - "filename": "http://code.jquery.com/jquery-1.4.2.min.js", - "result": "[freelib]" - }, - "f02e1f7f1bb966d5fcf16b03daa79ee077a993f8": { - "filename": "http://code.jquery.com/jquery-1.4.js", - "result": "[freelib]" - }, - "b9c72aa78de3c124248f30234c64bf6f3b1a7cb5": { - "filename": "http://code.jquery.com/jquery-1.1.3.pack.js", - "result": "[freelib]" - }, - "bff995d3a845903f281b0b51fea421059459a808": { - "filename": "http://code.jquery.com/jquery-1.4.1.min.js", - "result": "[freelib]" - }, - "b5efe44645f5358e3d785091af3440f80afa85e3": { - "filename": "http://code.jquery.com/jquery-1.4.min.js", - "result": "[freelib]" - }, - "0e9545b59077541c44f521769243a8b717d83aae": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.5/mootools-yui-compressed.js", - "result": "[freelib]" - }, - "e80905e4a45e31075b89189f5ba4913fc0451fdf": { - "filename": "http://yui.yahooapis.com/2.9.0/build/yuiloader/yuiloader.js", - "result": "[freelib]" - }, - "80494ad8eb98e317ffec3671b00944cdc30cee02": { - "filename": "http://yui.yahooapis.com/3.4.0/build/yui-base/yui-base-min.js", - "result": "[freelib]" - }, - "83d1b489e30275a03f568f7e3fa6537d695e0197": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.pack.js", - "result": "[freelib]" - }, - "e956e4de8f223992e2d1362d78c5b5bb33e27497": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools-yui-compressed.js", - "result": "[freelib]" - }, - "3c737636f4789a45b73f5365cd4cfc8c0922f458": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/hmac.js", - "result": "[freelib]" - }, - "42a8029d12e24767778fc1c6d978b4696b445524": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/mode-cfb.js", - "result": "[freelib]" - }, - "14682f01c5c15f8656cb01425487ad675676df8e": { - "filename": "http://yui.yahooapis.com/3.5.1/build/yui-base/yui-base-min.js", - "result": "[freelib]" - }, - "e1ae2c72f8c5e1b6c423c015349a476f8a908b22": { - "filename": "http://yui.yahooapis.com/3.4.1/build/yui-base/yui-base-min.js", - "result": "[freelib]" - }, - "ca0aea084a63d0a56e1bbf17fde5061f631b391f": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.1.pack.js", - "result": "[freelib]" - }, - "265a86a9d9df5dfdbad77e06c85605bec4beb32a": { - "filename": "http://code.jquery.com/jquery-1.4.2.js", - "result": "[freelib]" - }, - "a2358d630d1a5dad24b679d52e9777b7349910b2": { - "filename": "http://yui.yahooapis.com/3.5.0/build/yui-base/yui-base-min.js", - "result": "[freelib]" - }, - "65fe3b80fae349ecb3acd6541ef651d1ff4961f6": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.1/mootools-yui-compressed.js", - "result": "[freelib]" - }, - "66851ab2133e27b97c4f3048416b947aa7ed82c5": { - "filename": "https://ajax.googleapis.com/ajax/libs/swfobject/2.1/swfobject.js", - "result": "[freelib]" - }, - "08f37f8169e620c6ecd87635c18fc2b22e3e850e": { - "filename": "https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js", - "result": "[freelib]" - }, - "28780fdb8fc54bf7d80b1f223abca4f77cd89e85": { - "filename": "https://ajax.googleapis.com/ajax/libs/swfobject/2.1/swfobject_src.js", - "result": "[freelib]" - }, - "00a5e26ff9ed4b84fc93c764225684c33588a41e": { - "filename": "http://yui.yahooapis.com/3.6.0/build/yui-base/yui-base-min.js", - "result": "[freelib]" - }, - "fe56013bb04c602e676feb34bb49add4da2e0225": { - "filename": "https://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.3/scriptaculous.js", - "result": "[freelib]" - }, - "6c445baf655cccb16ee2788714827ab186ed94bf": { - "filename": "https://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.2/scriptaculous.js", - "result": "[freelib]" - }, - "74974f9dc0810ea359367589cb273dd5174d80df": { - "filename": "https://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.1/scriptaculous.js", - "result": "[freelib]" - }, - "c7e9c7f2fb17e0d2ca2391e33007bf3547fec465": { - "filename": "https://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js", - "result": "[freelib]" - }, - "d97ecac3f1b3ccf1f0f68434e8406f87f5acc907": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.2.min.js", - "result": "[freelib]" - }, - "97be02d1785b7bb4f41ae116a6a9bef74cb018d6": { - "filename": "http://code.jquery.com/jquery-1.4.3.min.js", - "result": "[freelib]" - }, - "6a7a7d88fa4e7369003de24164f5961852731e0e": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/mode-ctr.js", - "result": "[freelib]" - }, - "d65a39fc4b09df061a30172f080019ef9d800ca4": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/mode-ecb.js", - "result": "[freelib]" - }, - "427300f82762288c5af967dbf642fbec58c201ea": { - "filename": "http://code.jquery.com/jquery-1.4.4.js", - "result": "[freelib]" - }, - "94ec4a3bcd6b30353584026c0e109e79fb21b6ad": { - "filename": "http://code.jquery.com/jquery-1.5.min.js", - "result": "[freelib]" - }, - "71adcc2cae87e412e521e4a7276efeaee2347927": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.2.js", - "result": "[freelib]" - }, - "677c1ad6d84705c818d63a43298ee3a12959c1b3": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.3.pack.js", - "result": "[freelib]" - }, - "3d542e33a9f3eb3cb45e06fe93d08dd4b7490496": { - "filename": "https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js", - "result": "[freelib]" - }, - "e70997dd3dbadadebf375908515617059d0c597e": { - "filename": "http://yui.yahooapis.com/3.4.1/build/yui-base/yui-base.js", - "result": "[freelib]" - }, - "b3db6906c1c0641b7a3098e547e0a8039accd80a": { - "filename": "http://yui.yahooapis.com/3.5.0/build/yui-base/yui-base.js", - "result": "[freelib]" - }, - "cc66556593e147584f19b41b697405f828f7562e": { - "filename": "http://code.jquery.com/jquery-1.5.js", - "result": "[freelib]" - }, - "c147a1a86a2c33e60f160b8861501f43f4638c8d": { - "filename": "https://ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js", - "result": "[freelib]" - }, - "d45787e64e233eb17f3f1492b12a682f294f866a": { - "filename": "http://code.jquery.com/jquery-1.5.1.min.js", - "result": "[freelib]" - }, - "278d68b8e9edad4895836e272fbc8f78ec4f2f3e": { - "filename": "https://ajax.googleapis.com/ajax/libs/prototype/1.6.0.3/prototype.js", - "result": "[freelib]" - }, - "b98bb654c88a9b7da659fe8dad95a5c7376bb166": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/md5.js", - "result": "[freelib]" - }, - "6463e558dd79d51a2e8464806824c7bbc18c77fd": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.3.min.js", - "result": "[freelib]" - }, - "5cc87d3fcd5cb3c5913c08bad17ff80f4d0d7f46": { - "filename": "http://yui.yahooapis.com/3.4.0/build/yui-base/yui-base.js", - "result": "[freelib]" - }, - "333b6d92a99eac873b1de2045c670fbdb61970ab": { - "filename": "http://yui.yahooapis.com/3.5.1/build/yui-base/yui-base.js", - "result": "[freelib]" - }, - "522f0852b91775306ca47138c1d6ceeb87677880": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/mode-ofb.js", - "result": "[freelib]" - }, - "4407f7b9602539e80f1569ae734696fd92deeff0": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/pad-ansix923.js", - "result": "[freelib]" - }, - "c82ea9768b18696832408b6cc729e2e121def691": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.3.js", - "result": "[freelib]" - }, - "0d2bc9db63acd9cc238a4925e79f9a3079490970": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.4.min.js", - "result": "[freelib]" - }, - "5900300a75ed7917eaa6f75077afe9ef49e66986": { - "filename": "https://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js", - "result": "[freelib]" - }, - "2cc787ebd4d29f2e24646f76f9c525336949783e": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools.js", - "result": "[freelib]" - }, - "a965003ea3313be11a02743f4807411c9eb71f04": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/pad-iso10126.js", - "result": "[freelib]" - }, - "3bb92e84642c03cf0fe49174d0e1c420d46d2e18": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.4.js", - "result": "[freelib]" - }, - "325edd57857f7a3160cfe2512dff5526d7e647db": { - "filename": "http://code.jquery.com/jquery-1.6.min.js", - "result": "[freelib]" - }, - "034970f98cb529c779c8f961b2b7c09ecb499240": { - "filename": "http://code.jquery.com/jquery-1.6.js", - "result": "[freelib]" - }, - "341a7a52109c3abfb23d5a5b4f363fd8d6a52f6c": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/pad-iso97971.js", - "result": "[freelib]" - }, - "c654cdaa3ca1184d9b18d0c31f8369a04c63f7f5": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/pad-nopadding.js", - "result": "[freelib]" - }, - "20860bad9c83c3890be57052f009b9d97848c9ec": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.5.min.js", - "result": "[freelib]" - }, - "6111fcf6c2277eba8821ca365dbbea472a3206e7": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.4/mootools.js", - "result": "[freelib]" - }, - "9025fe9334566eb919ddca85a8f949b01c7d837d": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.5.pack.js", - "result": "[freelib]" - }, - "0e9a07ee104153a459cdbcb9fa28293b4bbb429f": { - "filename": "http://code.jquery.com/jquery-1.6.1.min.js", - "result": "[freelib]" - }, - "e55462193a857ffe36e42bfcbecfebf1ca33d0b8": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.3.2/mootools.js", - "result": "[freelib]" - }, - "7df0e9aae795337db012b3efd0b9ee9cc7719b56": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.3.0/mootools.js", - "result": "[freelib]" - }, - "8963108fa84c2033a1052d47079d7f75a7e5b60e": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.5.js", - "result": "[freelib]" - }, - "aa7020d6c8d5475ae588640954caa9e4cdd7eca0": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/pad-zeropadding.js", - "result": "[freelib]" - }, - "1be9c3684054001f53fa7ff6d85ec3cb573a9cd2": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.6.min.js", - "result": "[freelib]" - }, - "e0f3225498158bc63af7bfba636b091ea4ee5fcd": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/pbkdf2.js", - "result": "[freelib]" - }, - "c415b533f7edda8b9de417cc0517904f86e9fe1f": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/rabbit.js", - "result": "[freelib]" - }, - "c10dbe0c2b23444d0794f3376398702d84f41583": { - "filename": "http://jqueryjs.googlecode.com/files/jquery-1.2.6.pack.js", - "result": "[freelib]" - }, - "f4d4125bcd5151aad69dd849a11fc1ca589cc64b": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.3.1/mootools.js", - "result": "[freelib]" - }, - "4ee6675ca57dda3255aa669d8ec4d35760eb47c3": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.0/mootools.js", - "result": "[freelib]" - }, - "0c89448016629bb2ea758f4e98529c2e166a122d": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.1/mootools.js", - "result": "[freelib]" - }, - "b4096385cad3144e81c255aa6e4b7dabb30bc19f": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/rc4.js", - "result": "[freelib]" - }, - "037f4fadbc2020ccb4935384b8ae5af62bdd0145": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/sha1.js", - "result": "[freelib]" - }, - "bc018ec49a5c7757577bb63e5d5f8a99be0e3954": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.2/mootools.js", - "result": "[freelib]" - }, - "aa5c283b9e094eeacdd080b44951406abbc9e58c": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/sha224.js", - "result": "[freelib]" - }, - "6dc7644a54d5cc254a1f6d7cb7154128b2b6570a": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.3/mootools.js", - "result": "[freelib]" - }, - "c0c37b7d3119f29d3759fdaf7eb8bc4670ea9e7f": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.1.1/mootools.js", - "result": "[freelib]" - }, - "b38f741b43f6ddcce3f1b47274d1683cca9f07a8": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/sha256.js", - "result": "[freelib]" - }, - "e29701dd85d792bddbf52d1e1fc3d1ada41b6192": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/sha384.js", - "result": "[freelib]" - }, - "cc019ac09f68258ee3442fe7cc440adf78a3cef2": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js", - "result": "[freelib]" - }, - "e88bb2c302b41a4cc5b97604354a48d068e3e1eb": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/sha512.js", - "result": "[freelib]" - }, - "fc39ed8ca4a58668124471e509506443de4467f2": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.4/mootools-yui-compressed.js", - "result": "[freelib]" - }, - "b1a271458ae47d0b47c9e0996956091a93dec16f": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.1/mootools-yui-compressed.js", - "result": "[freelib]" - }, - "86f0df8662b511142dfc4e0ce9c81d805c8d7a7e": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.0/mootools-yui-compressed.js", - "result": "[freelib]" - }, - "e0bfed3ffc741a9f4e59e6004a1dec9c71241a59": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/x64-core.js", - "result": "[freelib]" - }, - "fc21f8084ad4040ddbf620ba79acd3998fb3dc7b": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.3.2/mootools-yui-compressed.js", - "result": "[freelib]" - }, - "1e8f9e1614db771782bc9e871fb712b06610b9f4": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.2/mootools-yui-compressed.js", - "result": "[freelib]" - }, - "c7e2076a3af9997731499bc1f7dc3941b522c1eb": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.3/mootools-yui-compressed.js", - "result": "[freelib]" - }, - "dd7783b4c8d4ecaad4091d1d32df2f97d7b10ddc": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.1.2/mootools.js", - "result": "[freelib]" - }, - "55bba460dcbb70562536ddd5c8734b311f38c42d": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.1/mootools.js", - "result": "[freelib]" - }, - "3c1ddf62af20a1f5c5de7a3af180b32528dc47db": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.2/mootools.js", - "result": "[freelib]" - }, - "c43a38fce1aa745d59b1a6f7ab7def81f28701a4": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.3/mootools.js", - "result": "[freelib]" - }, - "e5335c2a82f26e49b1324edc21e452de040d5cdc": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools.js", - "result": "[freelib]" - }, - "ccf015fcd45618c6b116977c96539d93ee10b542": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/tripledes.js", - "result": "[freelib]" - }, - "3d9fc65389ce7de16f87909039aa2e728c693b3d": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.5/mootools.js", - "result": "[freelib]" - }, - "5f970c3c8ca26a94c14a1ae1e7321621cf4eae0c": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.1.2/mootools-yui-compressed.js", - "result": "[freelib]" - }, - "03a65e56fc95caea1b85a591c984e9b6c080726d": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.1.1/mootools-yui-compressed.js", - "result": "[freelib]" - }, - "669d164e3bff6156b21084cf035979d62433df75": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.2/mootools-yui-compressed.js", - "result": "[freelib]" - }, - "f3e20ad41082a93dbd09202590717da71aebd316": { - "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.3/mootools-yui-compressed.js", - "result": "[freelib]" - }, - "8dda5f159c9bedee9f4a6b7a7a6028a554977994": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.4.3/dojo/dojo.xd.js", - "result": "[freelib]" - }, - "15c3f73c75bb3ab87040fe55240f9dd5ea69b6bf": { - "filename": "https://ajax.googleapis.com/ajax/libs/ext-core/3.1.0/ext-core-debug.js", - "result": "[freelib]" - }, - "5c83aac1a3409dc1ec3a228e4c765292eb4434d4": { - "filename": "https://ajax.googleapis.com/ajax/libs/ext-core/3.0.0/ext-core-debug.js", - "result": "[freelib]" - }, - "7dc1b4f3e358c58030c4676c990eff60a0fc838f": { - "filename": "https://ajax.googleapis.com/ajax/libs/ext-core/3.1.0/ext-core.js", - "result": "[freelib]" - }, - "d19d40a20252730e9fd9af1c7867c0f5417ebe32": { - "filename": "https://ajax.googleapis.com/ajax/libs/ext-core/3.0.0/ext-core.js", - "result": "[freelib]" - }, - "e1db767afb82018ab6a695fe52334f2f5d81a0e3": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.6/dojo/dojo.xd.js.uncompressed.js", - "result": "[freelib]" - }, - "a90b5f6afb6c78b30c3539392d49e45fd9dfe3d9": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.5.1/dojo/dojo.xd.js.uncompressed.js", - "result": "[freelib]" - }, - "0a0a820f2bc4f2dac8dcfde2282411275e2dc697": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.5/dojo/dojo.xd.js.uncompressed.js", - "result": "[freelib]" - }, - "b6d2c0b655b327407966b52303449dedce084ded": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.4.3/dojo/dojo.xd.js.uncompressed.js", - "result": "[freelib]" - }, - "4cc838a3be933fda21bbbfc8f52b01e14a1e70a5": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.4.1/dojo/dojo.xd.js.uncompressed.js", - "result": "[freelib]" - }, - "2ef4341a4ca0b9a0fc1aea422d85b5d9771fde87": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.4.0/dojo/dojo.xd.js.uncompressed.js", - "result": "[freelib]" - }, - "df435b881e8364ddfbd44d5f786b10c75f964175": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.3.2/dojo/dojo.xd.js.uncompressed.js", - "result": "[freelib]" - }, - "19214655c4152b79f204e222a481d1e18da84972": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.3.1/dojo/dojo.xd.js.uncompressed.js", - "result": "[freelib]" - }, - "f444ee6b041735ee6109dd2fe3c3a7755fa949f7": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.3.0/dojo/dojo.xd.js.uncompressed.js", - "result": "[freelib]" - }, - "c7f5b42b2306a79f67988ee073ac98c2a1d5782f": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.2.3/dojo/dojo.xd.js.uncompressed.js", - "result": "[freelib]" - }, - "d8afec39893c1a99139212feb40888847f8a5253": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.2.0/dojo/dojo.xd.js.uncompressed.js", - "result": "[freelib]" - }, - "a6edefef305d9164212fa140426629c7d8a58c93": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.1.1/dojo/dojo.xd.js.uncompressed.js", - "result": "[freelib]" - }, - "a3e5c42f93722ad28cda811f8635bddf213819ed": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.6/dojo/dojo.xd.js", - "result": "[freelib]" - }, - "741b8eeb65774256a8a76ea1af91f976357fcd81": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.5.1/dojo/dojo.xd.js", - "result": "[freelib]" - }, - "911a35988b8540414cfbc990fbc112eb124fd968": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.5/dojo/dojo.xd.js", - "result": "[freelib]" - }, - "c753cf372377ef0b5a18204cd86df8d4792fa8f5": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.4.1/dojo/dojo.xd.js", - "result": "[freelib]" - }, - "8b95d59f6b28b072ceb4228a6db107b934500a02": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.4.0/dojo/dojo.xd.js", - "result": "[freelib]" - }, - "8c135fc57355fe5d5a18f3dbe5736bc772bb20a7": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.3.2/dojo/dojo.xd.js", - "result": "[freelib]" - }, - "70b1fe9dd4ebec0b5d417647e549bca8f9200020": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.3.1/dojo/dojo.xd.js", - "result": "[freelib]" - }, - "8980e43d4750c63eb57cfff5f0723f118d243c67": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.3.0/dojo/dojo.xd.js", - "result": "[freelib]" - }, - "d2fc56e1b9f2014fb7710d186a355a57e3acd283": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.2.3/dojo/dojo.xd.js", - "result": "[freelib]" - }, - "2bab42610adee25cdc0d3a4ba96b94f1e9ccd115": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.2.0/dojo/dojo.xd.js", - "result": "[freelib]" - }, - "6bb906d86dd239add79d0779a9fcdf9740aa7e3b": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.1.1/dojo/dojo.xd.js", - "result": "[freelib]" - }, - "3d96f61e48510cbe595081ef8b2d5c8479f95d3e": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.7.1/dojo/dojo.xd.js.uncompressed.js", - "result": "[freelib]" - }, - "1e4cb0dcb97df9a15433477f9f8a666914eedc3c": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.7.0/dojo/dojo.xd.js.uncompressed.js", - "result": "[freelib]" - }, - "47732fb5e03d251aff1a7c0b550a3af74c7ceea5": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.7.3/dojo/dojo.xd.js.uncompressed.js", - "result": "[freelib]" - }, - "85399dd9527026afc66a6fb43ad5c0d4ea97f83e": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.7.2/dojo/dojo.xd.js.uncompressed.js", - "result": "[freelib]" - }, - "147eab514dfe1d88506a5e158b782cb5c504c056": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.8.0/dojo/dojo.xd.js.uncompressed.js", - "result": "[freelib]" - }, - "229e4025f71b0b94d98505f56c5cfd7cd41d06aa": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.7.3/dojo/dojo.xd.js", - "result": "[freelib]" - }, - "135ade1e60da3e3b79fd73c3a6a005a250e2a7f7": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.8.0/dojo/dojo.xd.js", - "result": "[freelib]" - }, - "135188b624daae8f4b015b0b8b75875a6132aa3d": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.7.1/dojo/dojo.xd.js", - "result": "[freelib]" - }, - "fac80a6188865418344d4b6c5d4955ee7e7362c2": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.7.0/dojo/dojo.xd.js", - "result": "[freelib]" - }, - "311d8f38b12a09f16f5a19e1dfb6575b5ce0f83c": { - "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.7.2/dojo/dojo.xd.js", - "result": "[freelib]" - }, - "ca2868985811d45cfbad118a297869707572e0bb": { - "filename": "https://raw.github.com/voldsoftware/toolbarbutton-jplib/stable/lib/toolbarbutton.js", - "result": "[freelib]" - }, - "32d542564913a016f1cea340ba8ac164c160004d": { - "filename": "http://yui.yahooapis.com/3.3.0/build/yui-base/yui-base.js", - "result": "[freelib]" - }, - "012cc186912c473552a341b2eaffb71240688ccd": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/cipher-core.js", - "result": "[freelib]" - }, - "d1c9d4d91c1c3c76f601778cb5e0489e0f80a10d": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/evpkdf.js", - "result": "[freelib]" - }, - "794503310ed31a11f233e1acdddc10f2ce91748e": { - "filename": "http://crypto-js.googlecode.com/svn/tags/3.0.2/src/core.js", - "result": "[freelib]" - }, - "5717e22c3b2c7caf870fc0772a64344962b59ee6": { - "filename": "https://raw.github.com/documentcloud/underscore/1.1.6/underscore.js", - "result": "[freelib]" - }, - "7e0294019938a772f4ddd7799501496074e0f0fb": { - "filename": "https://raw.github.com/documentcloud/underscore/1.1.7/underscore.js", - "result": "[freelib]" - }, - "28e41c3ce9232633468013342c49fd62a4f5f6bd": { - "filename": "https://raw.github.com/documentcloud/underscore/1.2.2/underscore.js", - "result": "[freelib]" - }, - "8d84b347dfe4f5b75f7b5f670326ca5c8041b7a9": { - "filename": "https://raw.github.com/documentcloud/underscore/1.2.3/underscore.js", - "result": "[freelib]" - }, - "9564fa7a6a001e4e56b0244ccda03eef3940813e": { - "filename": "https://raw.github.com/documentcloud/underscore/1.1.3/underscore.js", - "result": "[freelib]" - }, - "058cbd179f032f667823545519aa2d10b0b69508": { - "filename": "https://raw.github.com/documentcloud/underscore/1.1.2/underscore.js", - "result": "[freelib]" - }, - "868141351efa758d031779c776e608e3a049d823": { - "filename": "https://raw.github.com/documentcloud/underscore/1.1.4/underscore.js", - "result": "[freelib]" - }, - "2fee700150a7de876acc21403f77e57dae2f5618": { - "filename": "https://raw.github.com/documentcloud/underscore/1.1.5/underscore.js", - "result": "[freelib]" - }, - "40946800c5c8bee189ca3e7f8017661f9456e490": { - "filename": "https://raw.github.com/documentcloud/underscore/1.1.0/underscore.js", - "result": "[freelib]" - }, - "b842a8ca5e996e001e648fc8c73316cd55e496ed": { - "filename": "https://raw.github.com/documentcloud/underscore/1.0.4/underscore.js", - "result": "[freelib]" - }, - "f2fa9179d764f6a688dc0c99b1b5283f1b680249": { - "filename": "https://raw.github.com/documentcloud/underscore/1.1.1/underscore.js", - "result": "[freelib]" - }, - "c1dff1c5dbb68af6e22bd401afd28aab970a8aff": { - "filename": "https://raw.github.com/documentcloud/underscore/1.0.3/underscore.js", - "result": "[freelib]" - }, - "5846c870e0f1daca152db22277915adb6520ffa3": { - "filename": "https://raw.github.com/documentcloud/underscore/1.0.0/underscore.js", - "result": "[freelib]" - }, - "cdacc2b0045fa1b920b64664b88b155d0c0df169": { - "filename": "https://raw.github.com/documentcloud/underscore/1.0.2/underscore.js", - "result": "[freelib]" - }, - "baa693e82387a328abccf9694c6d2db571ac8aca": { - "filename": "https://raw.github.com/documentcloud/underscore/1.3.3/underscore-min.js", - "result": "[freelib]" - }, - "e67cf6a985999c7ef5595772e4ffefeacd0c6ac3": { - "filename": "https://raw.github.com/documentcloud/underscore/1.0.1/underscore.js", - "result": "[freelib]" - }, - "0a15952061f6fb7a5493281f6ff8eb916a417e2f": { - "filename": "https://raw.github.com/documentcloud/underscore/1.3.1/underscore-min.js", - "result": "[freelib]" - }, - "bd9624f882f7d3d29292ddc7f484987b3e991cb5": { - "filename": "https://raw.github.com/documentcloud/underscore/1.3.0/underscore.js", - "result": "[freelib]" - }, - "ede1d022640f26eaa6109da9e924670f6ed14cce": { - "filename": "https://raw.github.com/documentcloud/underscore/1.3.2/underscore-min.js", - "result": "[freelib]" - }, - "63f6a94752e5fde78627529763e67ecd4ef78f12": { - "filename": "https://raw.github.com/documentcloud/underscore/1.2.4/underscore-min.js", - "result": "[freelib]" - }, - "1185da1043863517c6aa0a4e0a3bc433dfb98313": { - "filename": "https://raw.github.com/documentcloud/underscore/1.2.2/underscore-min.js", - "result": "[freelib]" - }, - "86752ba2e4f3855a8a5e45d5f07567ea70a9cc98": { - "filename": "https://raw.github.com/documentcloud/underscore/1.3.0/underscore-min.js", - "result": "[freelib]" - }, - "cfbc3fa20d685d100308e123c3310dc9600ef0fd": { - "filename": "https://raw.github.com/documentcloud/underscore/1.2.3/underscore-min.js", - "result": "[freelib]" - }, - "083bbcd739b7b1336f13c72603e1704b164c02bd": { - "filename": "https://raw.github.com/documentcloud/underscore/1.2.1/underscore-min.js", - "result": "[freelib]" - }, - "f665459959c5167c0905974a62ffe923f2c19813": { - "filename": "https://raw.github.com/documentcloud/underscore/1.1.5/underscore-min.js", - "result": "[freelib]" - }, - "2de2ecea5ba12e7235ffb44d6892cc77fe6f4abe": { - "filename": "https://raw.github.com/documentcloud/underscore/1.1.4/underscore-min.js", - "result": "[freelib]" - }, - "81afb4cd3755671fea5e74d7118d7d460c475308": { - "filename": "https://raw.github.com/documentcloud/underscore/1.1.7/underscore-min.js", - "result": "[freelib]" - }, - "9e389ede8ed7f782c5ecf2f87c3afa3b1e309bff": { - "filename": "https://raw.github.com/documentcloud/underscore/1.1.3/underscore-min.js", - "result": "[freelib]" - }, - "703d6a61f31ddb45252c55813556a92e8cc2ee22": { - "filename": "https://raw.github.com/documentcloud/underscore/1.1.6/underscore-min.js", - "result": "[freelib]" - }, - "7d6e352b0d26655ba851863561b5d912cc24caa7": { - "filename": "https://raw.github.com/documentcloud/underscore/1.2.0/underscore-min.js", - "result": "[freelib]" - }, - "5de53da57fc8b7ab6c77d597c22875d747352fef": { - "filename": "https://raw.github.com/documentcloud/underscore/1.1.1/underscore-min.js", - "result": "[freelib]" - }, - "bcdd63e18a8a7cf728253f738556ad3b88d74649": { - "filename": "https://raw.github.com/documentcloud/underscore/1.1.2/underscore-min.js", - "result": "[freelib]" - }, - "ee68308411c690cd51cc8a43fe6ae60d3d1678af": { - "filename": "https://raw.github.com/documentcloud/underscore/1.0.4/underscore-min.js", - "result": "[freelib]" - }, - "49a747d3284b1d04f3eb823a4188f7725004f823": { - "filename": "https://raw.github.com/documentcloud/underscore/1.1.0/underscore-min.js", - "result": "[freelib]" - }, - "97f93241957893ebd7febc5b5bac9a7bd1d94a0f": { - "filename": "https://raw.github.com/documentcloud/underscore/1.0.3/underscore-min.js", - "result": "[freelib]" - }, - "710c3a99f0bd456c2fd6dcbcbd1e500e0646ec19": { - "filename": "https://raw.github.com/documentcloud/underscore/1.0.1/underscore-min.js", - "result": "[freelib]" - }, - "7361e8afa72bd0098e2520584786474c9c4a5064": { - "filename": "https://raw.github.com/documentcloud/underscore/1.0.2/underscore-min.js", - "result": "[freelib]" - }, - "ad0775c89a87111019840dc7bbf902d832e4ccdf": { - "filename": "https://raw.github.com/documentcloud/underscore/1.0.0/underscore-min.js", - "result": "[freelib]" - }, - "34454bfed864addf8ec4aacdd9adf872f8360ed3": { - "filename": "https://raw.github.com/documentcloud/underscore/1.3.1/underscore.js", - "result": "[freelib]" - }, - "07916c0b7274275f916fe288d01b254545b17d9a": { - "filename": "https://raw.github.com/documentcloud/underscore/1.2.4/underscore.js", - "result": "[freelib]" - }, - "133de2283d03193cb06f62f92c494afe098460a5": { - "filename": "https://raw.github.com/documentcloud/underscore/1.2.0/underscore.js", - "result": "[freelib]" - }, - "4c977634c87efbd2b7113993d36dad603b8dcf2f": { - "filename": "https://raw.github.com/documentcloud/underscore/1.2.1/underscore.js", - "result": "[freelib]" - }, - "3fa74bb289537fcdee796b26968e47d53d38f903": { - "filename": "https://raw.github.com/documentcloud/underscore/1.3.2/underscore.js", - "result": "[freelib]" - }, - "772b2587aa2fa345fb760eff9ebe5acd97937243": { - "filename": "https://raw.github.com/documentcloud/underscore/1.3.3/underscore.js", - "result": "[freelib]" - }, - "562c6c44b39809ec07c047f4ed6c591f3ae7c034": { - "filename": "https://raw.github.com/documentcloud/underscore/1.4.0/underscore.js", - "result": "[freelib]" - }, - "063a7d75792dff2b46eee81cc12de63def672911": { - "filename": "https://raw.github.com/documentcloud/underscore/1.4.1/underscore.js", - "result": "[freelib]" - }, - "47479149fe12fc56685a9de90c5a9903390cb451": { - "filename": "https://raw.github.com/documentcloud/underscore/1.4.2/underscore.js", - "result": "[freelib]" - }, - "d53fbd7308ae3d7eeb4a536c2cbfe739648850b4": { - "filename": "https://raw.github.com/documentcloud/underscore/1.4.3/underscore.js", - "result": "[freelib]" - }, - "6d9ee62759cb911ec03b21078c9f92f0f2afa25c": { - "filename": "https://raw.github.com/documentcloud/underscore/1.4.4/underscore.js", - "result": "[freelib]" - }, - "5d42ed92480d3a88efa270449f38c6d88d653af5": { - "filename": "https://raw.github.com/documentcloud/underscore/1.5.0/underscore.js", - "result": "[freelib]" - }, - "9ee15c1f1a84a258ba5f48de72da3538c8b7c375": { - "filename": "https://raw.github.com/documentcloud/underscore/1.5.1/underscore.js", - "result": "[freelib]" - }, - "c9ae7b502c521d2f53b9065ef4fc7d7cc97dce4c": { - "filename": "https://raw.github.com/documentcloud/underscore/1.5.2/underscore.js", - "result": "[freelib]" - }, - "fe1b87838b7328273812380d26837f58348103b0": { - "filename": "https://raw.github.com/documentcloud/underscore/1.6.0/underscore.js", - "result": "[freelib]" - }, - "92d29762b3d85d123d593f14b113d4fb6385598f": { - "filename": "https://raw.github.com/documentcloud/underscore/1.7.0/underscore.js", - "result": "[freelib]" - }, - "fb26909af4ad2a6c240b9aa4b35bb983cf4b20e4": { - "filename": "https://raw.github.com/documentcloud/underscore/1.7.0/underscore-min.js", - "result": "[freelib]" - }, + "3efaf11e60ea8c541b6dc26f0ef09f195732587a": { + "filename": "https://code.jquery.com/ui/1.11.4/jquery-ui.js", + "result": "[freelib]" + }, + "7f650ee30c6a4d3eea04032039b20ff72997559b": { + "filename": "https://code.jquery.com/ui/1.11.4/jquery-ui.min.js", + "result": "[freelib]" + }, + "0bf0ff43044448711b33453388c3a24d99e6cc9c": { + "filename": "https://code.jquery.com/ui/1.11.3/jquery-ui.js", + "result": "[freelib]" + }, + "0c72ced078c45968712838ac683f09d0980dd0e8": { + "filename": "https://code.jquery.com/ui/1.11.3/jquery-ui.min.js", + "result": "[freelib]" + }, + "4e6a74f1dd52f0b7aa4d9777426adecf8d9377fd": { + "filename": "https://code.jquery.com/ui/1.11.2/jquery-ui.js", + "result": "[freelib]" + }, + "a83caf65714ff3a56aded6088acb525e9d305881": { + "filename": "https://code.jquery.com/ui/1.11.2/jquery-ui.min.js", + "result": "[freelib]" + }, + "0b327b43256da9f57b78e3134aaecc2a4a5a3bad": { + "filename": "https://code.jquery.com/ui/1.11.1/jquery-ui.js", + "result": "[freelib]" + }, + "9927afbb31df93a76977a676a933b7e3696d61ba": { + "filename": "https://code.jquery.com/ui/1.11.1/jquery-ui.min.js", + "result": "[freelib]" + }, - "63a001665725b35d2bc4a6212385a746584c1a3b": { - "filename": "http://cdn.jsdelivr.net/jquery.fancytree/2.6.0/jquery.fancytree-all.min.js", - "result": "[freelib]" - }, - "d6469e3aa15a6107ad5783a96e3c8fa3f5ce21ca": { - "filename": "http://cdn.jsdelivr.net/jquery.fancytree/2.5.0/jquery.fancytree-all.min.js", - "result": "[freelib]" - }, - "2de56a2ec01b0aa170754bd6ed7485576f16f165": { - "filename": "http://cdn.jsdelivr.net/jquery.fancytree/2.4.1/jquery.fancytree-all.min.js", - "result": "[freelib]" - }, + "3efaf11e60ea8c541b6dc26f0ef09f195732587a": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.js", + "result": "[freelib]" + }, + "0bf0ff43044448711b33453388c3a24d99e6cc9c": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.js", + "result": "[freelib]" + }, + "4e6a74f1dd52f0b7aa4d9777426adecf8d9377fd": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.js", + "result": "[freelib]" + }, + "0b327b43256da9f57b78e3134aaecc2a4a5a3bad": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.js", + "result": "[freelib]" + }, + "01100f829bce3f074adcb6ae5309d9e769ef29fe": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.js", + "result": "[freelib]" + }, + "5f99079e4564f94a1d5e45d22d6dc18acbb148da": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.js", + "result": "[freelib]" + }, + "a2035b74876c5212cfe3e4e35dfd070e74e8c3fd": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.22/jquery-ui.js", + "result": "[freelib]" + }, + "2a3fa481079f9e02043810cbeee6b5481abf51c0": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.20/jquery-ui.js", + "result": "[freelib]" + }, + "0881516b541abe68d79724c08c1a665872f8f2c2": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.js", + "result": "[freelib]" + }, + "85b15aef55b1eede971c7febd0c00ba04dc16edf": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/jquery-ui.js", + "result": "[freelib]" + }, + "d9b48fef067caa58d4e1dec54801c22fe0ea7449": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.js", + "result": "[freelib]" + }, + "990dbb08231ef9c9c59653051f5ac7c1e2185d46": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.js", + "result": "[freelib]" + }, + "2e140b943f459e383f569227b3e5569f0dbc6f34": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.js", + "result": "[freelib]" + }, + "53dd39212504739ac18790a4461b9a67c50f2728": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.js", + "result": "[freelib]" + }, + "5cd73db8238d48c08c88f12fe9e5b99b6fa644f7": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.js", + "result": "[freelib]" + }, + "0c3d725fac553c73368496769ff77c3045103704": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.js", + "result": "[freelib]" + }, + "e5de581f09ac990adae2b4aede35264f1dc5cd72": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.js", + "result": "[freelib]" + }, + "e1e87320b2d14e36a9bba1b637b5247645df7185": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.19/jquery-ui.js", + "result": "[freelib]" + }, + "8b71e136c6275d0eeed2b55b9e718a54ce343015": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/jquery-ui.js", + "result": "[freelib]" + }, + "c71ddb1b3843c24e909a31595b7e873d7e6da45d": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.js", + "result": "[freelib]" + }, + "d5203dbbb97db1a68ca5a3adf265f17cdaea738d": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.8/jquery-ui.js", + "result": "[freelib]" + }, + "1b96be82b697e835b903c6c22799c8e4e55e285c": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/jquery-ui.js", + "result": "[freelib]" + }, + "2804fac51308f459c3eb9c3d20e7ee009a8ba31c": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.js", + "result": "[freelib]" + }, + "5d61b19cbee2f8047f518a58ceff7fdaeeb24921": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.js", + "result": "[freelib]" + }, + "7f7859e006f0644a43a7294b50b39e7e9159b3a2": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.js", + "result": "[freelib]" + }, + "842cb8f83614f6de98f70fa7de2f866eecae7ab4": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.js", + "result": "[freelib]" + }, + "90fab357529f510e5134ad0dcdad3f654894d4fc": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.3/jquery-ui.js", + "result": "[freelib]" + }, + "960e36796c42dadf66fafb63bba6087c7d6e1d85": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.js", + "result": "[freelib]" + }, + "1f102103bea71c5e173a916137c563dc62a97cdb": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.js", + "result": "[freelib]" + }, + "61c88c8898ae6bd653737a9dae52209a98998def": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.js", + "result": "[freelib]" + }, + "b87f7150da2b0811ed143443af4038e3e2d41eda": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/jquery-ui.js", + "result": "[freelib]" + }, + "7f650ee30c6a4d3eea04032039b20ff72997559b": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js", + "result": "[freelib]" + }, + "0c72ced078c45968712838ac683f09d0980dd0e8": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js", + "result": "[freelib]" + }, + "a83caf65714ff3a56aded6088acb525e9d305881": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js", + "result": "[freelib]" + }, + "9927afbb31df93a76977a676a933b7e3696d61ba": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min.js", + "result": "[freelib]" + }, + "7b6f5c747c19ad6fbe28957e4318559b45d89111": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js", + "result": "[freelib]" + }, + "429282063ca7f3bae9797d70a6f09f2e3e05458a": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js", + "result": "[freelib]" + }, + "e398b87b98ae72cbee9f7d3044189ea638f3f80c": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.22/jquery-ui.min.js", + "result": "[freelib]" + }, + "e9b5baec45507c35477aac5d19afbca8cad92426": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.min.js", + "result": "[freelib]" + }, + "431b7ebb5e36d5af5e7890b782789ac983e28d00": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.19/jquery-ui.min.js", + "result": "[freelib]" + }, + "680f1bd5b4021dbac8b82d68a818d3a94f097ffd": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js", + "result": "[freelib]" + }, + "fc4c1a4691f3819ecd16eaefa68f96f764538f1e": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/jquery-ui.min.js", + "result": "[freelib]" + }, + "1d97dd4111b504abc8f6dee45daf6f358aa40140": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.js", + "result": "[freelib]" + }, + "aff393e11d2122a6026df1e2f75d46de4ead89ff": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.5.2/jquery-ui.js", + "result": "[freelib]" + }, + "d81b246f0f221f4d9a6eb74a8994c4041d2b7215": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.6.0/jquery-ui.js", + "result": "[freelib]" + }, + "8e8b0dccbacc70dc6406023be9e35dfa4f3a944e": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js", + "result": "[freelib]" + }, + "67070ff953d6b0f886083edba723f6d66fa6cbca": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min.js", + "result": "[freelib]" + }, + "6952564ff6404bd93cb523f1634b451ac1cc8fec": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js", + "result": "[freelib]" + }, + "b48e01c35c1e6ad622386b9a3161bd1bf02723c8": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js", + "result": "[freelib]" + }, + "34d32c47711aa10bdeb196c55d489962296a64c4": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js", + "result": "[freelib]" + }, + "33f5808531e82f2f6e8859da3a765c4d8a0073d2": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.min.js", + "result": "[freelib]" + }, + "973e1554af7d9240e059e38165f2e7b5fc7aa0a5": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js", + "result": "[freelib]" + }, + "ae74362cdb2fadb2eee6c962f47f1e33af51c79d": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.20/jquery-ui.min.js", + "result": "[freelib]" + }, + "31d0cb90f7b82088df6c4e00b5765f9dccc48329": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.js", + "result": "[freelib]" + }, + "a192b2ef3371febba192179ff86e3da3f633160d": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js", + "result": "[freelib]" + }, + "db895a7ed5c8b42e27de2b3ef3199d038a259fdb": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.8/jquery-ui.min.js", + "result": "[freelib]" + }, + "06adc576409427237ce3c269bb9a568d3cd53c9b": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/jquery-ui.min.js", + "result": "[freelib]" + }, + "8fdfbe7ccaf0bdcde4c0b34738c0cd73b4587a45": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/jquery-ui.min.js", + "result": "[freelib]" + }, + "02d2e4a524b0da52c3cb236619ad065fec44d69a": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js", + "result": "[freelib]" + }, + "42936431058c6c4663e64e2c07931b9159083c31": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js", + "result": "[freelib]" + }, + "bbf7ce8f5ce8d8f9d207f8973328527ac0093b17": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js", + "result": "[freelib]" + }, + "09fdd3d9aebc9086b27b45b3fb051ebded272b39": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js", + "result": "[freelib]" + }, + "e002b335c75b5edefcd251962f61f53a2ab8e0f2": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js", + "result": "[freelib]" + }, + "b5f2733aac4e257929a5f1ff93410ee0bda311b6": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.3/jquery-ui.min.js", + "result": "[freelib]" + }, + "f978dcb9ea6ecfbc7f8a2f9948bacd679c0cd1b4": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js", + "result": "[freelib]" + }, + "f78ae3cdaf4a6a21dfb2565491f5d295462d8be3": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js", + "result": "[freelib]" + }, + "5ed6bdacae842fc530dbc83aabb9a466c7f2b5a1": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.6.0/jquery-ui.min.js", + "result": "[freelib]" + }, + "fe810f47883364fbc4dc2c61e03a3aca0f74fed7": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js", + "result": "[freelib]" + }, + "da851ac384c279992d1855d59257f8d98c603063": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/jquery-ui.min.js", + "result": "[freelib]" + }, + "5b59bc1a7087c3a83abd5b9ff559a88428ceab0a": { + "filename": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.5.2/jquery-ui.min.js", + "result": "[freelib]" + }, - "5ada7c103fc1deabc925cc1fdbbb6e451c21fc70": { - "filename": "http://netdna.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js", - "result": "[freelib]" - }, - "afa7af2bc7cbe37eeccb9b65577744c08219c5a9": { - "filename": "http://netdna.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.js", - "result": "[freelib]" - }, - "b3f2ef9f985e7906c9360756b73cd64bf7733647": { - "filename": "http://netdna.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js", - "result": "[freelib]" - }, - "f8752e9ae24daec0a0baffd7819122f8c6fd9103": { - "filename": "http://netdna.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.js", - "result": "[freelib]" - }, - "253711c6d825de55a8360552573be950da180614": { - "filename": "http://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js", - "result": "[freelib]" - }, - "542cfd539f0cad650342c8cab8baf1cdbcd5fea6": { - "filename": "http://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.js", - "result": "[freelib]" - }, - "6c264e0e0026ab5ece49350c6a8812398e696cbb": { - "filename": "http://netdna.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js", - "result": "[freelib]" - }, - "bbf55e20f1ebb6368522799f29db39830a08ef93": { - "filename": "http://netdna.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.js", - "result": "[freelib]" - }, - "5814e91bb6276f4de8b7951c965f2f190a03978d": { - "filename": "http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js", - "result": "[freelib]" - }, - "fd607f85d598503b24d7799722db29fec4de1ef6": { - "filename": "http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.js", - "result": "[freelib]" - }, - "c6a8a0f02ee0ecd975226ae4b38e9660750d1f93": { - "filename": "http://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js", - "result": "[freelib]" - }, - "539e456bb40d9e98244060186f5f131b1a7f4b33": { - "filename": "http://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.js", - "result": "[freelib]" - }, + "f3aab05da6d8e8de36c4986a779221781ebfb2bc": { + "filename": "https://libregit.org/vendor/plugins/highlight/highlight.pack.js", + "result": "[freelib]" + }, + "870611e1b3d1ec948d22c4633b881661e49d5547": { + "filename": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js", + "result": "[freelib]" + }, + "51eea2195894171a9e33f65b0460462750462bc0": { + "filename": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js", + "result": "[freelib]" + }, + "72012f06719c6919749cbd877b6c922651637763": { + "filename": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/highlight.min.js", + "result": "[freelib]" + }, + "870611e1b3d1ec948d22c4633b881661e49d5547": { + "filename": "https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.13.1/build/highlight.min.js", + "result": "[freelib]" + }, + "51eea2195894171a9e33f65b0460462750462bc0": { + "filename": "https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.12.0/build/highlight.min.js", + "result": "[freelib]" + }, + "72012f06719c6919749cbd877b6c922651637763": { + "filename": "https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.11.0/build/highlight.min.js", + "result": "[freelib]" + }, - "128273a9c66a32d7d59a6f290deb6cc4a2b2ee5a": { - "filename": "http://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.7.1/js/lightbox.min.js", - "result": "[freelib]" - }, - "250d7c160f17c13e89cee0e1dcd1debb2e940ed2": { - "filename": "http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js", - "result": "[freelib]" - }, - "26fdddfb0d3d74909fffefa698b1a64b7fcbfeeb": { - "filename": "http://cdnjs.cloudflare.com/ajax/libs/mithril/0.2.0/mithril.min.js", - "result": "[freelib]" - }, - "d8c0a049a5431416c60f152386dd6f3beaabbba4": { - "filename": "http://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.4/moment.min.js", - "result": "[freelib]" - }, - "b6f3f357d0914141593d39842f4410f6d03d3ebf": { - "filename": "http://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js", - "result": "[freelib]" - }, - "7adf4c717071b7967e328928a36726232fca6c5e": { - "filename": "http://cdnjs.cloudflare.com/ajax/libs/Cookies.js/1.1.0/cookies.min.js", - "result": "[freelib]" - } + "5f47da5d3c8902e763ef6ae02e9307a63a95ae5a": { + "filename": "http://yui.yahooapis.com/2.6.0/build/yuiloader/yuiloader-min.js", + "result": "[freelib]" + }, + "52ebc252c54e6cdaa9e349e1fea37a2950f6af96": { + "filename": "http://yui.yahooapis.com/2.7.0/build/yuiloader/yuiloader-min.js", + "result": "[freelib]" + }, + "e77f9c1022bb48425d63cbaf309d7718ff5d3fbd": { + "filename": "http://yui.yahooapis.com/2.8.0r4/build/yuiloader/yuiloader-min.js", + "result": "[freelib]" + }, + "8f1cfeefecc782f53f411de1bf64c77b48b8ba56": { + "filename": "http://yui.yahooapis.com/2.8.1/build/yuiloader/yuiloader-min.js", + "result": "[freelib]" + }, + "a4fadcd6f68d7823a9fd9d1f6089025041a3212a": { + "filename": "http://yui.yahooapis.com/2.8.2/build/yuiloader/yuiloader-min.js", + "result": "[freelib]" + }, + "aa113da84ddbad46a8002ea22393a238eccf9ee4": { + "filename": "http://yui.yahooapis.com/2.9.0/build/yuiloader/yuiloader-min.js", + "result": "[freelib]" + }, + "9bdf0dfad487422fd36693d4119b59175f0112ee": { + "filename": "http://yui.yahooapis.com/2.8.1/build/yuiloader/yuiloader.js", + "result": "[freelib]" + }, + "d9f710afddaba467707c0d6e7b187a8beae1e1f2": { + "filename": "http://yui.yahooapis.com/2.8.2/build/yuiloader/yuiloader.js", + "result": "[freelib]" + }, + "e80905e4a45e31075b89189f5ba4913fc0451fdf": { + "filename": "http://yui.yahooapis.com/2.9.0/build/yuiloader/yuiloader.js", + "result": "[freelib]" + }, + + "0a2054143eddc76447bacf3da455ffc1c726e304": { + "filename": "http://yui.yahooapis.com/3.6.0/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "54f35ea58a1db7968732016e79769f7725a7e16b": { + "filename": "http://yui.yahooapis.com/3.7.0/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "e325d10ed3a346780c37023df644e7bc4992462c": { + "filename": "http://yui.yahooapis.com/3.7.1/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "39bbde7c35589835e5214e2c3c00b8b3d5e098c6": { + "filename": "http://yui.yahooapis.com/3.7.2/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "78af5304c13c1b94a43de8269c05d4fa90127cbc": { + "filename": "http://yui.yahooapis.com/3.7.3/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "b756990cf6170f8c20e523de63378e5ce559be52": { + "filename": "http://yui.yahooapis.com/3.8.0/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "38f457c54068dab800808b73345e13923f7e8f5a": { + "filename": "http://yui.yahooapis.com/3.8.1/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "1c7c2d413b2d9a4e934e52d5a7adef7309ea57a3": { + "filename": "http://yui.yahooapis.com/3.9.0/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "ce10b171c6e236b5295c68aec4cdb4a548b14fe2": { + "filename": "http://yui.yahooapis.com/3.9.1/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "192cd0fbdd05e2d4583a07f889f86fb66a772b50": { + "filename": "http://yui.yahooapis.com/3.10.0/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "d3a49f1d215a79db2b2438ae8df8797b58e6a8b9": { + "filename": "http://yui.yahooapis.com/3.10.1/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "a4866cd5c6c871ece1140c0ea7767aa7353448d4": { + "filename": "http://yui.yahooapis.com/3.10.2/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "606685f3702fb4b60098d2d62da795a33ed81414": { + "filename": "http://yui.yahooapis.com/3.10.3/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "8fff6cdfd6e75aad583a2f4e193ddaa91345f883": { + "filename": "http://yui.yahooapis.com/3.11.0/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "7a6e47adabdab9cf7b68440b06f1da036ded5a17": { + "filename": "http://yui.yahooapis.com/3.12.0/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "2b2183ef4233376962ad66a580da79cc29995a36": { + "filename": "http://yui.yahooapis.com/3.13.0/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "5595a37a76b5de565a341f4546ce8dfed2d79f42": { + "filename": "http://yui.yahooapis.com/3.14.0/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "4ae8ddcb4d3a32568b1e069e8e868994960523fe": { + "filename": "http://yui.yahooapis.com/3.14.1/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "bce26391faff73fbf76b535c9bf3d7f7f0e7278e": { + "filename": "http://yui.yahooapis.com/3.15.0/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "698e097f25992ffd9f613550a9ed5d6596f5cfbe": { + "filename": "http://yui.yahooapis.com/3.16.0/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "af96679b1b0d9e4c757ea3823fe3fb05d4e5a823": { + "filename": "http://yui.yahooapis.com/3.17.0/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "c00fb052701abb979bcbfcbca25e6d8d33b831c5": { + "filename": "http://yui.yahooapis.com/3.17.1/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "a11bdb7671e177b0f97ca3cc48400107d63e8380": { + "filename": "http://yui.yahooapis.com/3.17.2/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "a9b61a7655419b75c2626a5814275e1fd87e0ea6": { + "filename": "http://yui.yahooapis.com/3.18.0/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "37ce34b20b1a94f5927348423c5762ddd97de766": { + "filename": "http://yui.yahooapis.com/3.18.1/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + + "4dc6c77a03258ee7fbe5e877a1ed97311bc45652": { + "filename": "https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject_src.js", + "result": "[freelib]" + }, + "5847ed101f55d51c53538a7078971e7de8fb6762": { + "filename": "https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js", + "result": "[freelib]" + }, + "fe91b37266d1cdb4b4f51297f69326e271704f35": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.3.1/mootools-yui-compressed.js", + "result": "[freelib]" + }, + "493afa22594fdff6e6fc4f21f99c626533c35b06": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.3.0/mootools-yui-compressed.js", + "result": "[freelib]" + }, + "9fa29ea8f3ec6714b3b6236eb2ce6e1ce905c560": { + "filename": "http://yui.yahooapis.com/2.6.0/build/yuiloader/yuiloader.js", + "result": "[freelib]" + }, + "1523029ce227a35976407408c5d08039c8fe4f0e": { + "filename": "http://yui.yahooapis.com/2.7.0/build/yuiloader/yuiloader.js", + "result": "[freelib]" + }, + "9514b1927292acf4c670fae6492e9ce2e263472f": { + "filename": "http://yui.yahooapis.com/2.8.0r4/build/yuiloader/yuiloader.js", + "result": "[freelib]" + }, + "6b911b0dc178423b946b0299851d9661004c21ef": { + "filename": "https://code.jquery.com/jquery-1.4.1.js", + "result": "[freelib]" + }, + "65cbff4e9d95d47a6f31d96ab4ea361c1f538a7b": { + "filename": "https://code.jquery.com/jquery-1.4.2.min.js", + "result": "[freelib]" + }, + "f02e1f7f1bb966d5fcf16b03daa79ee077a993f8": { + "filename": "https://code.jquery.com/jquery-1.4.js", + "result": "[freelib]" + }, + "b9c72aa78de3c124248f30234c64bf6f3b1a7cb5": { + "filename": "https://code.jquery.com/jquery-1.1.3.pack.js", + "result": "[freelib]" + }, + "bff995d3a845903f281b0b51fea421059459a808": { + "filename": "https://code.jquery.com/jquery-1.4.1.min.js", + "result": "[freelib]" + }, + "b5efe44645f5358e3d785091af3440f80afa85e3": { + "filename": "https://code.jquery.com/jquery-1.4.min.js", + "result": "[freelib]" + }, + + "0e9545b59077541c44f521769243a8b717d83aae": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.5/mootools-yui-compressed.js", + "result": "[freelib]" + }, + "e80905e4a45e31075b89189f5ba4913fc0451fdf": { + "filename": "http://yui.yahooapis.com/2.9.0/build/yuiloader/yuiloader.js", + "result": "[freelib]" + }, + "80494ad8eb98e317ffec3671b00944cdc30cee02": { + "filename": "http://yui.yahooapis.com/3.4.0/build/yui-base/yui-base-min.js", + "result": "[freelib]" + }, + "e956e4de8f223992e2d1362d78c5b5bb33e27497": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools-yui-compressed.js", + "result": "[freelib]" + }, + "14682f01c5c15f8656cb01425487ad675676df8e": { + "filename": "http://yui.yahooapis.com/3.5.1/build/yui-base/yui-base-min.js", + "result": "[freelib]" + }, + "e1ae2c72f8c5e1b6c423c015349a476f8a908b22": { + "filename": "http://yui.yahooapis.com/3.4.1/build/yui-base/yui-base-min.js", + "result": "[freelib]" + }, + + "265a86a9d9df5dfdbad77e06c85605bec4beb32a": { + "filename": "https://code.jquery.com/jquery-1.4.2.js", + "result": "[freelib]" + }, + "a2358d630d1a5dad24b679d52e9777b7349910b2": { + "filename": "http://yui.yahooapis.com/3.5.0/build/yui-base/yui-base-min.js", + "result": "[freelib]" + }, + "65fe3b80fae349ecb3acd6541ef651d1ff4961f6": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.1/mootools-yui-compressed.js", + "result": "[freelib]" + }, + "66851ab2133e27b97c4f3048416b947aa7ed82c5": { + "filename": "https://ajax.googleapis.com/ajax/libs/swfobject/2.1/swfobject.js", + "result": "[freelib]" + }, + "08f37f8169e620c6ecd87635c18fc2b22e3e850e": { + "filename": "https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js", + "result": "[freelib]" + }, + "28780fdb8fc54bf7d80b1f223abca4f77cd89e85": { + "filename": "https://ajax.googleapis.com/ajax/libs/swfobject/2.1/swfobject_src.js", + "result": "[freelib]" + }, + "00a5e26ff9ed4b84fc93c764225684c33588a41e": { + "filename": "http://yui.yahooapis.com/3.6.0/build/yui-base/yui-base-min.js", + "result": "[freelib]" + }, + "fe56013bb04c602e676feb34bb49add4da2e0225": { + "filename": "https://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.3/scriptaculous.js", + "result": "[freelib]" + }, + "6c445baf655cccb16ee2788714827ab186ed94bf": { + "filename": "https://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.2/scriptaculous.js", + "result": "[freelib]" + }, + "74974f9dc0810ea359367589cb273dd5174d80df": { + "filename": "https://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.1/scriptaculous.js", + "result": "[freelib]" + }, + "c7e9c7f2fb17e0d2ca2391e33007bf3547fec465": { + "filename": "https://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js", + "result": "[freelib]" + }, + "97be02d1785b7bb4f41ae116a6a9bef74cb018d6": { + "filename": "https://code.jquery.com/jquery-1.4.3.min.js", + "result": "[freelib]" + }, + "427300f82762288c5af967dbf642fbec58c201ea": { + "filename": "https://code.jquery.com/jquery-1.4.4.js", + "result": "[freelib]" + }, + "94ec4a3bcd6b30353584026c0e109e79fb21b6ad": { + "filename": "https://code.jquery.com/jquery-1.5.min.js", + "result": "[freelib]" + }, + "3d542e33a9f3eb3cb45e06fe93d08dd4b7490496": { + "filename": "https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js", + "result": "[freelib]" + }, + "e70997dd3dbadadebf375908515617059d0c597e": { + "filename": "http://yui.yahooapis.com/3.4.1/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "b3db6906c1c0641b7a3098e547e0a8039accd80a": { + "filename": "http://yui.yahooapis.com/3.5.0/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "cc66556593e147584f19b41b697405f828f7562e": { + "filename": "https://code.jquery.com/jquery-1.5.js", + "result": "[freelib]" + }, + "c147a1a86a2c33e60f160b8861501f43f4638c8d": { + "filename": "https://ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js", + "result": "[freelib]" + }, + "d45787e64e233eb17f3f1492b12a682f294f866a": { + "filename": "https://code.jquery.com/jquery-1.5.1.min.js", + "result": "[freelib]" + }, + "278d68b8e9edad4895836e272fbc8f78ec4f2f3e": { + "filename": "https://ajax.googleapis.com/ajax/libs/prototype/1.6.0.3/prototype.js", + "result": "[freelib]" + }, + "5cc87d3fcd5cb3c5913c08bad17ff80f4d0d7f46": { + "filename": "http://yui.yahooapis.com/3.4.0/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "333b6d92a99eac873b1de2045c670fbdb61970ab": { + "filename": "http://yui.yahooapis.com/3.5.1/build/yui-base/yui-base.js", + "result": "[freelib]" + }, + "5900300a75ed7917eaa6f75077afe9ef49e66986": { + "filename": "https://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js", + "result": "[freelib]" + }, + "2cc787ebd4d29f2e24646f76f9c525336949783e": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools.js", + "result": "[freelib]" + }, + "325edd57857f7a3160cfe2512dff5526d7e647db": { + "filename": "https://code.jquery.com/jquery-1.6.min.js", + "result": "[freelib]" + }, + "034970f98cb529c779c8f961b2b7c09ecb499240": { + "filename": "https://code.jquery.com/jquery-1.6.js", + "result": "[freelib]" + }, + "6111fcf6c2277eba8821ca365dbbea472a3206e7": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.4/mootools.js", + "result": "[freelib]" + }, + "0e9a07ee104153a459cdbcb9fa28293b4bbb429f": { + "filename": "https://code.jquery.com/jquery-1.6.1.min.js", + "result": "[freelib]" + }, + "e55462193a857ffe36e42bfcbecfebf1ca33d0b8": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.3.2/mootools.js", + "result": "[freelib]" + }, + "7df0e9aae795337db012b3efd0b9ee9cc7719b56": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.3.0/mootools.js", + "result": "[freelib]" + }, + "f4d4125bcd5151aad69dd849a11fc1ca589cc64b": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.3.1/mootools.js", + "result": "[freelib]" + }, + "4ee6675ca57dda3255aa669d8ec4d35760eb47c3": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.0/mootools.js", + "result": "[freelib]" + }, + "0c89448016629bb2ea758f4e98529c2e166a122d": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.1/mootools.js", + "result": "[freelib]" + }, + "bc018ec49a5c7757577bb63e5d5f8a99be0e3954": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.2/mootools.js", + "result": "[freelib]" + }, + "6dc7644a54d5cc254a1f6d7cb7154128b2b6570a": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.3/mootools.js", + "result": "[freelib]" + }, + "c0c37b7d3119f29d3759fdaf7eb8bc4670ea9e7f": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.1.1/mootools.js", + "result": "[freelib]" + }, + "cc019ac09f68258ee3442fe7cc440adf78a3cef2": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js", + "result": "[freelib]" + }, + "fc39ed8ca4a58668124471e509506443de4467f2": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.4/mootools-yui-compressed.js", + "result": "[freelib]" + }, + "b1a271458ae47d0b47c9e0996956091a93dec16f": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.1/mootools-yui-compressed.js", + "result": "[freelib]" + }, + "86f0df8662b511142dfc4e0ce9c81d805c8d7a7e": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.0/mootools-yui-compressed.js", + "result": "[freelib]" + }, + "fc21f8084ad4040ddbf620ba79acd3998fb3dc7b": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.3.2/mootools-yui-compressed.js", + "result": "[freelib]" + }, + "1e8f9e1614db771782bc9e871fb712b06610b9f4": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.2/mootools-yui-compressed.js", + "result": "[freelib]" + }, + "c7e2076a3af9997731499bc1f7dc3941b522c1eb": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.4.3/mootools-yui-compressed.js", + "result": "[freelib]" + }, + "dd7783b4c8d4ecaad4091d1d32df2f97d7b10ddc": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.1.2/mootools.js", + "result": "[freelib]" + }, + "55bba460dcbb70562536ddd5c8734b311f38c42d": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.1/mootools.js", + "result": "[freelib]" + }, + "3c1ddf62af20a1f5c5de7a3af180b32528dc47db": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.2/mootools.js", + "result": "[freelib]" + }, + "c43a38fce1aa745d59b1a6f7ab7def81f28701a4": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.3/mootools.js", + "result": "[freelib]" + }, + "e5335c2a82f26e49b1324edc21e452de040d5cdc": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools.js", + "result": "[freelib]" + }, + "3d9fc65389ce7de16f87909039aa2e728c693b3d": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.5/mootools.js", + "result": "[freelib]" + }, + "5f970c3c8ca26a94c14a1ae1e7321621cf4eae0c": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.1.2/mootools-yui-compressed.js", + "result": "[freelib]" + }, + "03a65e56fc95caea1b85a591c984e9b6c080726d": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.1.1/mootools-yui-compressed.js", + "result": "[freelib]" + }, + "669d164e3bff6156b21084cf035979d62433df75": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.2/mootools-yui-compressed.js", + "result": "[freelib]" + }, + "f3e20ad41082a93dbd09202590717da71aebd316": { + "filename": "https://ajax.googleapis.com/ajax/libs/mootools/1.2.3/mootools-yui-compressed.js", + "result": "[freelib]" + }, + "8dda5f159c9bedee9f4a6b7a7a6028a554977994": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.4.3/dojo/dojo.xd.js", + "result": "[freelib]" + }, + "15c3f73c75bb3ab87040fe55240f9dd5ea69b6bf": { + "filename": "https://ajax.googleapis.com/ajax/libs/ext-core/3.1.0/ext-core-debug.js", + "result": "[freelib]" + }, + "5c83aac1a3409dc1ec3a228e4c765292eb4434d4": { + "filename": "https://ajax.googleapis.com/ajax/libs/ext-core/3.0.0/ext-core-debug.js", + "result": "[freelib]" + }, + "7dc1b4f3e358c58030c4676c990eff60a0fc838f": { + "filename": "https://ajax.googleapis.com/ajax/libs/ext-core/3.1.0/ext-core.js", + "result": "[freelib]" + }, + "d19d40a20252730e9fd9af1c7867c0f5417ebe32": { + "filename": "https://ajax.googleapis.com/ajax/libs/ext-core/3.0.0/ext-core.js", + "result": "[freelib]" + }, + "e1db767afb82018ab6a695fe52334f2f5d81a0e3": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.6/dojo/dojo.xd.js.uncompressed.js", + "result": "[freelib]" + }, + "a90b5f6afb6c78b30c3539392d49e45fd9dfe3d9": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.5.1/dojo/dojo.xd.js.uncompressed.js", + "result": "[freelib]" + }, + "0a0a820f2bc4f2dac8dcfde2282411275e2dc697": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.5/dojo/dojo.xd.js.uncompressed.js", + "result": "[freelib]" + }, + "b6d2c0b655b327407966b52303449dedce084ded": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.4.3/dojo/dojo.xd.js.uncompressed.js", + "result": "[freelib]" + }, + "4cc838a3be933fda21bbbfc8f52b01e14a1e70a5": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.4.1/dojo/dojo.xd.js.uncompressed.js", + "result": "[freelib]" + }, + "2ef4341a4ca0b9a0fc1aea422d85b5d9771fde87": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.4.0/dojo/dojo.xd.js.uncompressed.js", + "result": "[freelib]" + }, + "df435b881e8364ddfbd44d5f786b10c75f964175": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.3.2/dojo/dojo.xd.js.uncompressed.js", + "result": "[freelib]" + }, + "19214655c4152b79f204e222a481d1e18da84972": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.3.1/dojo/dojo.xd.js.uncompressed.js", + "result": "[freelib]" + }, + "f444ee6b041735ee6109dd2fe3c3a7755fa949f7": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.3.0/dojo/dojo.xd.js.uncompressed.js", + "result": "[freelib]" + }, + "c7f5b42b2306a79f67988ee073ac98c2a1d5782f": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.2.3/dojo/dojo.xd.js.uncompressed.js", + "result": "[freelib]" + }, + "d8afec39893c1a99139212feb40888847f8a5253": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.2.0/dojo/dojo.xd.js.uncompressed.js", + "result": "[freelib]" + }, + "a6edefef305d9164212fa140426629c7d8a58c93": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.1.1/dojo/dojo.xd.js.uncompressed.js", + "result": "[freelib]" + }, + "a3e5c42f93722ad28cda811f8635bddf213819ed": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.6/dojo/dojo.xd.js", + "result": "[freelib]" + }, + "741b8eeb65774256a8a76ea1af91f976357fcd81": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.5.1/dojo/dojo.xd.js", + "result": "[freelib]" + }, + "911a35988b8540414cfbc990fbc112eb124fd968": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.5/dojo/dojo.xd.js", + "result": "[freelib]" + }, + "c753cf372377ef0b5a18204cd86df8d4792fa8f5": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.4.1/dojo/dojo.xd.js", + "result": "[freelib]" + }, + "8b95d59f6b28b072ceb4228a6db107b934500a02": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.4.0/dojo/dojo.xd.js", + "result": "[freelib]" + }, + "8c135fc57355fe5d5a18f3dbe5736bc772bb20a7": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.3.2/dojo/dojo.xd.js", + "result": "[freelib]" + }, + "70b1fe9dd4ebec0b5d417647e549bca8f9200020": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.3.1/dojo/dojo.xd.js", + "result": "[freelib]" + }, + "8980e43d4750c63eb57cfff5f0723f118d243c67": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.3.0/dojo/dojo.xd.js", + "result": "[freelib]" + }, + "d2fc56e1b9f2014fb7710d186a355a57e3acd283": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.2.3/dojo/dojo.xd.js", + "result": "[freelib]" + }, + "2bab42610adee25cdc0d3a4ba96b94f1e9ccd115": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.2.0/dojo/dojo.xd.js", + "result": "[freelib]" + }, + "6bb906d86dd239add79d0779a9fcdf9740aa7e3b": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.1.1/dojo/dojo.xd.js", + "result": "[freelib]" + }, + "3d96f61e48510cbe595081ef8b2d5c8479f95d3e": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.7.1/dojo/dojo.xd.js.uncompressed.js", + "result": "[freelib]" + }, + "1e4cb0dcb97df9a15433477f9f8a666914eedc3c": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.7.0/dojo/dojo.xd.js.uncompressed.js", + "result": "[freelib]" + }, + "47732fb5e03d251aff1a7c0b550a3af74c7ceea5": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.7.3/dojo/dojo.xd.js.uncompressed.js", + "result": "[freelib]" + }, + "85399dd9527026afc66a6fb43ad5c0d4ea97f83e": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.7.2/dojo/dojo.xd.js.uncompressed.js", + "result": "[freelib]" + }, + "147eab514dfe1d88506a5e158b782cb5c504c056": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.8.0/dojo/dojo.xd.js.uncompressed.js", + "result": "[freelib]" + }, + "229e4025f71b0b94d98505f56c5cfd7cd41d06aa": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.7.3/dojo/dojo.xd.js", + "result": "[freelib]" + }, + "135ade1e60da3e3b79fd73c3a6a005a250e2a7f7": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.8.0/dojo/dojo.xd.js", + "result": "[freelib]" + }, + "135188b624daae8f4b015b0b8b75875a6132aa3d": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.7.1/dojo/dojo.xd.js", + "result": "[freelib]" + }, + "fac80a6188865418344d4b6c5d4955ee7e7362c2": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.7.0/dojo/dojo.xd.js", + "result": "[freelib]" + }, + "311d8f38b12a09f16f5a19e1dfb6575b5ce0f83c": { + "filename": "https://ajax.googleapis.com/ajax/libs/dojo/1.7.2/dojo/dojo.xd.js", + "result": "[freelib]" + }, + "5717e22c3b2c7caf870fc0772a64344962b59ee6": { + "filename": "https://raw.github.com/documentcloud/underscore/1.1.6/underscore.js", + "result": "[freelib]" + }, + "7e0294019938a772f4ddd7799501496074e0f0fb": { + "filename": "https://raw.github.com/documentcloud/underscore/1.1.7/underscore.js", + "result": "[freelib]" + }, + "28e41c3ce9232633468013342c49fd62a4f5f6bd": { + "filename": "https://raw.github.com/documentcloud/underscore/1.2.2/underscore.js", + "result": "[freelib]" + }, + "8d84b347dfe4f5b75f7b5f670326ca5c8041b7a9": { + "filename": "https://raw.github.com/documentcloud/underscore/1.2.3/underscore.js", + "result": "[freelib]" + }, + "9564fa7a6a001e4e56b0244ccda03eef3940813e": { + "filename": "https://raw.github.com/documentcloud/underscore/1.1.3/underscore.js", + "result": "[freelib]" + }, + "058cbd179f032f667823545519aa2d10b0b69508": { + "filename": "https://raw.github.com/documentcloud/underscore/1.1.2/underscore.js", + "result": "[freelib]" + }, + "868141351efa758d031779c776e608e3a049d823": { + "filename": "https://raw.github.com/documentcloud/underscore/1.1.4/underscore.js", + "result": "[freelib]" + }, + "2fee700150a7de876acc21403f77e57dae2f5618": { + "filename": "https://raw.github.com/documentcloud/underscore/1.1.5/underscore.js", + "result": "[freelib]" + }, + "40946800c5c8bee189ca3e7f8017661f9456e490": { + "filename": "https://raw.github.com/documentcloud/underscore/1.1.0/underscore.js", + "result": "[freelib]" + }, + "b842a8ca5e996e001e648fc8c73316cd55e496ed": { + "filename": "https://raw.github.com/documentcloud/underscore/1.0.4/underscore.js", + "result": "[freelib]" + }, + "f2fa9179d764f6a688dc0c99b1b5283f1b680249": { + "filename": "https://raw.github.com/documentcloud/underscore/1.1.1/underscore.js", + "result": "[freelib]" + }, + "c1dff1c5dbb68af6e22bd401afd28aab970a8aff": { + "filename": "https://raw.github.com/documentcloud/underscore/1.0.3/underscore.js", + "result": "[freelib]" + }, + "5846c870e0f1daca152db22277915adb6520ffa3": { + "filename": "https://raw.github.com/documentcloud/underscore/1.0.0/underscore.js", + "result": "[freelib]" + }, + "cdacc2b0045fa1b920b64664b88b155d0c0df169": { + "filename": "https://raw.github.com/documentcloud/underscore/1.0.2/underscore.js", + "result": "[freelib]" + }, + "baa693e82387a328abccf9694c6d2db571ac8aca": { + "filename": "https://raw.github.com/documentcloud/underscore/1.3.3/underscore-min.js", + "result": "[freelib]" + }, + "e67cf6a985999c7ef5595772e4ffefeacd0c6ac3": { + "filename": "https://raw.github.com/documentcloud/underscore/1.0.1/underscore.js", + "result": "[freelib]" + }, + "0a15952061f6fb7a5493281f6ff8eb916a417e2f": { + "filename": "https://raw.github.com/documentcloud/underscore/1.3.1/underscore-min.js", + "result": "[freelib]" + }, + "bd9624f882f7d3d29292ddc7f484987b3e991cb5": { + "filename": "https://raw.github.com/documentcloud/underscore/1.3.0/underscore.js", + "result": "[freelib]" + }, + "ede1d022640f26eaa6109da9e924670f6ed14cce": { + "filename": "https://raw.github.com/documentcloud/underscore/1.3.2/underscore-min.js", + "result": "[freelib]" + }, + "63f6a94752e5fde78627529763e67ecd4ef78f12": { + "filename": "https://raw.github.com/documentcloud/underscore/1.2.4/underscore-min.js", + "result": "[freelib]" + }, + "1185da1043863517c6aa0a4e0a3bc433dfb98313": { + "filename": "https://raw.github.com/documentcloud/underscore/1.2.2/underscore-min.js", + "result": "[freelib]" + }, + "86752ba2e4f3855a8a5e45d5f07567ea70a9cc98": { + "filename": "https://raw.github.com/documentcloud/underscore/1.3.0/underscore-min.js", + "result": "[freelib]" + }, + "cfbc3fa20d685d100308e123c3310dc9600ef0fd": { + "filename": "https://raw.github.com/documentcloud/underscore/1.2.3/underscore-min.js", + "result": "[freelib]" + }, + "083bbcd739b7b1336f13c72603e1704b164c02bd": { + "filename": "https://raw.github.com/documentcloud/underscore/1.2.1/underscore-min.js", + "result": "[freelib]" + }, + "f665459959c5167c0905974a62ffe923f2c19813": { + "filename": "https://raw.github.com/documentcloud/underscore/1.1.5/underscore-min.js", + "result": "[freelib]" + }, + "2de2ecea5ba12e7235ffb44d6892cc77fe6f4abe": { + "filename": "https://raw.github.com/documentcloud/underscore/1.1.4/underscore-min.js", + "result": "[freelib]" + }, + "81afb4cd3755671fea5e74d7118d7d460c475308": { + "filename": "https://raw.github.com/documentcloud/underscore/1.1.7/underscore-min.js", + "result": "[freelib]" + }, + "9e389ede8ed7f782c5ecf2f87c3afa3b1e309bff": { + "filename": "https://raw.github.com/documentcloud/underscore/1.1.3/underscore-min.js", + "result": "[freelib]" + }, + "703d6a61f31ddb45252c55813556a92e8cc2ee22": { + "filename": "https://raw.github.com/documentcloud/underscore/1.1.6/underscore-min.js", + "result": "[freelib]" + }, + "7d6e352b0d26655ba851863561b5d912cc24caa7": { + "filename": "https://raw.github.com/documentcloud/underscore/1.2.0/underscore-min.js", + "result": "[freelib]" + }, + "5de53da57fc8b7ab6c77d597c22875d747352fef": { + "filename": "https://raw.github.com/documentcloud/underscore/1.1.1/underscore-min.js", + "result": "[freelib]" + }, + "bcdd63e18a8a7cf728253f738556ad3b88d74649": { + "filename": "https://raw.github.com/documentcloud/underscore/1.1.2/underscore-min.js", + "result": "[freelib]" + }, + "ee68308411c690cd51cc8a43fe6ae60d3d1678af": { + "filename": "https://raw.github.com/documentcloud/underscore/1.0.4/underscore-min.js", + "result": "[freelib]" + }, + "49a747d3284b1d04f3eb823a4188f7725004f823": { + "filename": "https://raw.github.com/documentcloud/underscore/1.1.0/underscore-min.js", + "result": "[freelib]" + }, + "97f93241957893ebd7febc5b5bac9a7bd1d94a0f": { + "filename": "https://raw.github.com/documentcloud/underscore/1.0.3/underscore-min.js", + "result": "[freelib]" + }, + "710c3a99f0bd456c2fd6dcbcbd1e500e0646ec19": { + "filename": "https://raw.github.com/documentcloud/underscore/1.0.1/underscore-min.js", + "result": "[freelib]" + }, + "7361e8afa72bd0098e2520584786474c9c4a5064": { + "filename": "https://raw.github.com/documentcloud/underscore/1.0.2/underscore-min.js", + "result": "[freelib]" + }, + "ad0775c89a87111019840dc7bbf902d832e4ccdf": { + "filename": "https://raw.github.com/documentcloud/underscore/1.0.0/underscore-min.js", + "result": "[freelib]" + }, + "34454bfed864addf8ec4aacdd9adf872f8360ed3": { + "filename": "https://raw.github.com/documentcloud/underscore/1.3.1/underscore.js", + "result": "[freelib]" + }, + "07916c0b7274275f916fe288d01b254545b17d9a": { + "filename": "https://raw.github.com/documentcloud/underscore/1.2.4/underscore.js", + "result": "[freelib]" + }, + "133de2283d03193cb06f62f92c494afe098460a5": { + "filename": "https://raw.github.com/documentcloud/underscore/1.2.0/underscore.js", + "result": "[freelib]" + }, + "4c977634c87efbd2b7113993d36dad603b8dcf2f": { + "filename": "https://raw.github.com/documentcloud/underscore/1.2.1/underscore.js", + "result": "[freelib]" + }, + "3fa74bb289537fcdee796b26968e47d53d38f903": { + "filename": "https://raw.github.com/documentcloud/underscore/1.3.2/underscore.js", + "result": "[freelib]" + }, + "772b2587aa2fa345fb760eff9ebe5acd97937243": { + "filename": "https://raw.github.com/documentcloud/underscore/1.3.3/underscore.js", + "result": "[freelib]" + }, + "562c6c44b39809ec07c047f4ed6c591f3ae7c034": { + "filename": "https://raw.github.com/documentcloud/underscore/1.4.0/underscore.js", + "result": "[freelib]" + }, + "063a7d75792dff2b46eee81cc12de63def672911": { + "filename": "https://raw.github.com/documentcloud/underscore/1.4.1/underscore.js", + "result": "[freelib]" + }, + "47479149fe12fc56685a9de90c5a9903390cb451": { + "filename": "https://raw.github.com/documentcloud/underscore/1.4.2/underscore.js", + "result": "[freelib]" + }, + "d53fbd7308ae3d7eeb4a536c2cbfe739648850b4": { + "filename": "https://raw.github.com/documentcloud/underscore/1.4.3/underscore.js", + "result": "[freelib]" + }, + "6d9ee62759cb911ec03b21078c9f92f0f2afa25c": { + "filename": "https://raw.github.com/documentcloud/underscore/1.4.4/underscore.js", + "result": "[freelib]" + }, + "5d42ed92480d3a88efa270449f38c6d88d653af5": { + "filename": "https://raw.github.com/documentcloud/underscore/1.5.0/underscore.js", + "result": "[freelib]" + }, + "9ee15c1f1a84a258ba5f48de72da3538c8b7c375": { + "filename": "https://raw.github.com/documentcloud/underscore/1.5.1/underscore.js", + "result": "[freelib]" + }, + "c9ae7b502c521d2f53b9065ef4fc7d7cc97dce4c": { + "filename": "https://raw.github.com/documentcloud/underscore/1.5.2/underscore.js", + "result": "[freelib]" + }, + "fe1b87838b7328273812380d26837f58348103b0": { + "filename": "https://raw.github.com/documentcloud/underscore/1.6.0/underscore.js", + "result": "[freelib]" + }, + "92d29762b3d85d123d593f14b113d4fb6385598f": { + "filename": "https://raw.github.com/documentcloud/underscore/1.7.0/underscore.js", + "result": "[freelib]" + }, + "fb26909af4ad2a6c240b9aa4b35bb983cf4b20e4": { + "filename": "https://raw.github.com/documentcloud/underscore/1.7.0/underscore-min.js", + "result": "[freelib]" + }, + + "63a001665725b35d2bc4a6212385a746584c1a3b": { + "filename": "https://cdn.jsdelivr.net/jquery.fancytree/2.6.0/jquery.fancytree-all.min.js", + "result": "[freelib]" + }, + "d6469e3aa15a6107ad5783a96e3c8fa3f5ce21ca": { + "filename": "https://cdn.jsdelivr.net/jquery.fancytree/2.5.0/jquery.fancytree-all.min.js", + "result": "[freelib]" + }, + "2de56a2ec01b0aa170754bd6ed7485576f16f165": { + "filename": "https://cdn.jsdelivr.net/jquery.fancytree/2.4.1/jquery.fancytree-all.min.js", + "result": "[freelib]" + }, + + "feefe897d50c563b01126d0a7e5ae773f6e106e8": { + "filename": "https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.js", + "result": "[freelib]" + }, + "ab27031159724e2421f6ff5c70f48e657abe9d39": { + "filename": "https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js", + "result": "[freelib]" + }, + "e239e2ff29d996f71f07453c7e60033c3a8ee8db": { + "filename": "https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.js", + "result": "[freelib]" + }, + "0c4e8445f6f0c9611dc1c13dc6f085eb4bcaca0b": { + "filename": "https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js", + "result": "[freelib]" + }, + "7e57c5d8200793f87521f179990a91825dd96f24": { + "filename": "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.js", + "result": "[freelib]" + }, + "b3c116c65e6f053aaab45e5619a78ec00271a50f": { + "filename": "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js", + "result": "[freelib]" + }, + "a9465bbb5a0aef24f9b25184e3da3637634635f1": { + "filename": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.js", + "result": "[freelib]" + }, + "6778fed3cf095a318141a31f455c8f4663885bde": { + "filename": "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js", + "result": "[freelib]" + }, + "de908c9ed184d74eb525fa7a30449b67fc3a1c14": { + "filename": "https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js", + "result": "[freelib]" + }, + "b9c36ca1b7713c679a1bd89a5317535777f0f9ac": { + "filename": "https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.js", + "result": "[freelib]" + }, + "de908c9ed184d74eb525fa7a30449b67fc3a1c14": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js", + "result": "[freelib]" + }, + "b9c36ca1b7713c679a1bd89a5317535777f0f9ac": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.js", + "result": "[freelib]" + }, + "1127eb5fc7e406711057a22a345ed0ecc56bfa19": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/4.2.0/js/bootstrap.min.js", + "result": "[freelib]" + }, + "48ffb96ec9ddccaaa8e3c0ae9da0448f72801a53": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/4.2.0/js/bootstrap.js", + "result": "[freelib]" + }, + "430a443d74830fe9be26efca431f448c1b3740f9": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js", + "result": "[freelib]" + }, + "3b965a36a6b08854ad6eddedf85c5319fd392b4a": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.js", + "result": "[freelib]" + }, + "791aa054a026bddc0de92bad6cf7a1c6e73713d5": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js", + "result": "[freelib]" + }, + "8cf4186ce86777b4b408ce308ca9f66dd421f509": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.js", + "result": "[freelib]" + }, + "6c264e0e0026ab5ece49350c6a8812398e696cbb": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js", + "result": "[freelib]" + }, + "bbf55e20f1ebb6368522799f29db39830a08ef93": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.js", + "result": "[freelib]" + }, + "253711c6d825de55a8360552573be950da180614": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js", + "result": "[freelib]" + }, + "542cfd539f0cad650342c8cab8baf1cdbcd5fea6": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.js", + "result": "[freelib]" + }, + "b3f2ef9f985e7906c9360756b73cd64bf7733647": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js", + "result": "[freelib]" + }, + "f8752e9ae24daec0a0baffd7819122f8c6fd9103": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.js", + "result": "[freelib]" + }, + "5ada7c103fc1deabc925cc1fdbbb6e451c21fc70": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js", + "result": "[freelib]" + }, + "afa7af2bc7cbe37eeccb9b65577744c08219c5a9": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.js", + "result": "[freelib]" + }, + "b3f2ef9f985e7906c9360756b73cd64bf7733647": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js", + "result": "[freelib]" + }, + "f8752e9ae24daec0a0baffd7819122f8c6fd9103": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.js", + "result": "[freelib]" + }, + "5814e91bb6276f4de8b7951c965f2f190a03978d": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js", + "result": "[freelib]" + }, + "fd607f85d598503b24d7799722db29fec4de1ef6": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.js", + "result": "[freelib]" + }, + "c6a8a0f02ee0ecd975226ae4b38e9660750d1f93": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js", + "result": "[freelib]" + }, + "539e456bb40d9e98244060186f5f131b1a7f4b33": { + "filename": "https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.js", + "result": "[freelib]" + }, + + "128273a9c66a32d7d59a6f290deb6cc4a2b2ee5a": { + "filename": "https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.7.1/js/lightbox.min.js", + "result": "[freelib]" + }, + "250d7c160f17c13e89cee0e1dcd1debb2e940ed2": { + "filename": "https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js", + "result": "[freelib]" + }, + "26fdddfb0d3d74909fffefa698b1a64b7fcbfeeb": { + "filename": "https://cdnjs.cloudflare.com/ajax/libs/mithril/0.2.0/mithril.min.js", + "result": "[freelib]" + }, + "d8c0a049a5431416c60f152386dd6f3beaabbba4": { + "filename": "https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.4/moment.min.js", + "result": "[freelib]" + }, + "b6f3f357d0914141593d39842f4410f6d03d3ebf": { + "filename": "https://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js", + "result": "[freelib]" + }, + "7adf4c717071b7967e328928a36726232fca6c5e": { + "filename": "https://cdnjs.cloudflare.com/ajax/libs/Cookies.js/1.1.0/cookies.min.js", + "result": "[freelib]" + } } diff --git a/data/settings/index.html b/data/settings/index.html index 95b5b4e..de09194 100644 --- a/data/settings/index.html +++ b/data/settings/index.html @@ -1,108 +1,108 @@ <!doctype html> <html lang="en"> - <head> - <meta charset="utf-8" /> - <title>LibreJS | Whitelist </title> + <head> + <meta charset="utf-8" /> + <title>LibreJSXUL | Whitelist </title> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - - - <!-- Your styles --> - <link rel="stylesheet" href="styles/styles.css" type="text/css" media="screen" /> - <script type="text/javascript"> - /** - * - * @licstart The following is the entire license notice for the - * JavaScript code in this page. - * - * - * Copyright (C) 2011, 2014 Loic J. Duros - * - * The JavaScript code in this page is free software: you can - * redistribute it and/or modify it under the terms of the GNU - * General Public License (GNU GPL) as published by the Free Software - * Foundation, either version 3 of the License, or (at your option) - * any later version. The code is distributed WITHOUT ANY WARRANTY; - * without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. - * - * As additional permission under GNU GPL version 3 section 7, you - * may distribute non-source (e.g., minimized or compacted) forms of - * that code without the copy of the GNU GPL normally required by - * section 4, provided you include this license notice and a URL - * through which recipients can access the Corresponding Source. - * - * - * - * @licend The above is the entire license notice - * for the JavaScript code in this page. - * - * - * - */ - </script> - <link media="screen" rel="stylesheet" href="styles/form.css"> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <script src="third-party/jquery/jquery.min.js"></script> - <script src="js/form-row.js"></script> - </head> + <!-- Your styles --> + <link rel="stylesheet" href="styles/styles.css" type="text/css" media="screen" /> + <script type="text/javascript"> + /** + * + * @licstart The following is the entire license notice for the + * JavaScript code in this page. + * + * + * Copyright (C) 2011, 2014 Loic J. Duros + * + * The JavaScript code in this page is free software: you can + * redistribute it and/or modify it under the terms of the GNU + * General Public License (GNU GPL) as published by the Free Software + * Foundation, either version 3 of the License, or (at your option) + * any later version. The code is distributed WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. + * + * As additional permission under GNU GPL version 3 section 7, you + * may distribute non-source (e.g., minimized or compacted) forms of + * that code without the copy of the GNU GPL normally required by + * section 4, provided you include this license notice and a URL + * through which recipients can access the Corresponding Source. + * + * + * + * @licend The above is the entire license notice + * for the JavaScript code in this page. + * + * + * + */ + </script> + <link media="screen" rel="stylesheet" href="styles/form.css"> - <body> - <header id="site-header"> - <div class="container"> - <hgroup class="row"> - <div> - <a id="logo" target="_blank" - href="https://www.gnu.org/s/librejs/" - title="LibreJS - Free JavaScript in your browser" - >LibreJS - Free JavaScript in your browser</a> + <script src="third-party/jquery/jquery.min.js"></script> + <script src="js/form-row.js"></script> + </head> + + <body> + <header id="site-header"> + <div class="container"> + <hgroup class="row"> + <div> + <a id="logo" + href="https://libregit.org/heckyel/librejsxul.git" + title="LibreJSXUL - Free JavaScript in your browser" + target="_blank">LibreJSXUL - Free JavaScript in your browser</a> + </div> + </hgroup> </div> - </hgroup> - </div> - </header> + </header> + + <div id="main"> + <div id="promotional"> + <div class="container"> + <div class="row"> + <div class="span12"> + <div class="page-header"> + <h1>LibreJSXUL | Whitelist</h1> + </div> + <div> + <div class="btn-group librejs-controls"> + <button class="librejs-whitelist-reset btn btn-default"> + Reset whitelist to default + </button> + </div> + <table id="whitelist" + class="table table-bordered table-striped"> + <thead> + <tr> + <th class="info rule-type">Hash</th> + <th class="info url">URL</th> + <th class="info">Info</th> + <th class="info delete-rule">Actions</th> + </tr> + </thead> + <tbody></tbody> + </table> + </div> + </div> + </div> - <div id="main"> - <div id="promotional"> - <div class="container"> - <div class="row"> - <div class="span12"> - <div class="page-header"> - <h1>LibreJS | Whitelist</h1> - </div> - <div> - <div class="btn-group librejs-controls"> - <button class="librejs-whitelist-reset btn btn-default"> - Reset whitelist to default - </button> - </div> - <table id="whitelist" - class="table table-bordered table-striped"> - <thead> - <tr> - <th class="info rule-type">Hash</th> - <th class="info url">URL</th> - <th class="info">Info</th> - <th class="info delete-rule">Actions</th> - </tr> - </thead> - <tbody></tbody> - </table> - </div> + </div> + <div id="loadingBox"><img src="images/ajax-loader.gif"/></div> + </div> + <div class="librejs-banners"> + <a href="http://www.gnu.org/philosophy/free-sw.html"> + <img src="images/libre.png"> + </a> </div> - </div> - </div> - <div id="loadingBox"><img src="images/ajax-loader.gif"/></div> - </div> - <div class="librejs-banners"> - <a href="http://www.gnu.org/philosophy/free-sw.html" - ><img src="images/libre.png"></a> - </div> - </div> - <footer> + <footer> <p class="copyrights"> - Copyright © 2011 – 2015 Loic J. Duros + Copyright © 2011 – 2015 Loic J. Duros — 2021 Jesus E. </p> - </footer> - </body> + </footer> + </body> </html> diff --git a/data/settings/js/form-row.js b/data/settings/js/form-row.js index 0b9c0ed..57af67e 100644 --- a/data/settings/js/form-row.js +++ b/data/settings/js/form-row.js @@ -1,23 +1,25 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * Modified 2020 by Jesús E. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * This file is part of GNU LibreJSXUL. + * + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var GenerateForm = { @@ -104,7 +106,7 @@ var GenerateForm = { changeTitle: function () { var tt = this.le + " scripts whitelisted"; $('div.page-header h1').text(tt); - $('title').text(tt + ' | LibreJS'); + $('title').text(tt + ' | LibreJSXUL'); }, populateForm: function (data) { var key; diff --git a/data/widget/images/README b/data/widget/images/README index e442861..18c9d89 100644 --- a/data/widget/images/README +++ b/data/widget/images/README @@ -1,5 +1,5 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012 Loic J. Duros * diff --git a/doc/librejs.info b/doc/librejs.info deleted file mode 100644 index 411a3aa..0000000 --- a/doc/librejs.info +++ /dev/null @@ -1,1293 +0,0 @@ -This is librejs.info, produced by makeinfo version 5.2 from -librejs.texi. - -This manual is for GNU LibreJS (version 6.0.13, 04 May 2016), a GNU -IceCat extension to detect and block nonfree nontrivial JavaScript on -webpages. - - Copyright (C) 2011 2012 2014 2015 Loic J. Duros - - Permission is granted to copy, distribute and/or modify this - document under the terms of the GNU Free Documentation License, - Version 1.3 or any later version published by the Free Software - Foundation; with no Invariant Sections, with no Front-Cover Texts, - and with no Back-Cover Texts. A copy of the license is included in - the section entitled "GNU Free Documentation License". -INFO-DIR-SECTION GNUzilla -START-INFO-DIR-ENTRY -* LibreJS: (librejs). Detect nonfree nontrivial in GNU Icecat -END-INFO-DIR-ENTRY - - -File: librejs.info, Node: Top, Next: Overview, Up: (dir) - -LibreJS -******* - -This manual is for GNU LibreJS (version 6.0.13, 04 May 2016). - -* Menu: - -* Overview:: General purpose and information. -* Disclaimer:: Emphasize what LibreJS does and does not. -* Installation:: Installing LibreJS from source. -* How to Use:: How to use LibreJS in IceCat. -* JavaScript Detection:: How LibreJS detects nontrivial Javascript. -* Free Licenses Detection:: List of licenses detected by LibreJS. -* Setting Your JavaScript Free:: Information for website owners/maintainers. -* LibreJS Development Notes:: Documentation about the development of - LibreJS itself. -* Installation Requirements:: Requirements to build and install LibreJS. -* LibreJS Internals:: How LibreJS works under the hood. -* Tests:: Test LibreJS and better understand it. -* GNU Free Documentation License:: Copying and sharing this documentation. - - -File: librejs.info, Node: Overview, Next: Disclaimer, Prev: Top, Up: Top - -1 Overview -********** - -GNU LibreJS --an add-on for GNU IceCat and Mozilla Firefox-- detects and -blocks nonfree nontrivial JavaScript while allowing its execution on -pages containing code that is either trivial and/or free. - - Many websites run nontrivial JavaScript on your computer. Some use -it for complex tasks; many use it gratuitously for minor jobs that could -be done easily with plain HTML. Sometimes this JavaScript code is -malicious. Either way, the JavaScript code is often nonfree. For -explanation of the issue, see "The JavaScript -Trap"(<http://www.gnu.org/philosophy/javascript-trap.html>). - - If you care about freedom in your computing, and don't wish to let -all and sundry make you run nonfree programs, now you can prevent it by -using LibreJS. - - -File: librejs.info, Node: Disclaimer, Next: Installation, Prev: Overview, Up: Top - -2 Disclaimer -************ - - * LibreJS is not a security tool. Its goal is to detect nonfree - nontrivial JavaScript, and it currently does not detect whether - free or trivial code is malicious or not. Other free Mozilla - extensions and add-ons may be available for this purpose. - - * LibreJS is always a work in progress. If you find a bug, please - report it to <bug-librejs@gnu.org>. - - -File: librejs.info, Node: Installation, Next: How to Use, Prev: Disclaimer, Up: Top - -3 Installation -************** - -You can install LibreJS directly using a generated 'librejs.xpi' file, -or by building it from source. - -3.1 Building the Package -======================== - -After installing 'jpm', you should be able to use the 'make' command to -build LibreJS from source. - - After running 'make', a new file, 'librejs.xpi' should be generated. -This is the file that can be installed in a Mozilla browser. - -3.2 Installing LibreJS -====================== - -To install the add-on for all users, run: - sudo make install - - or as root: - make install - - Next time you open a Mozilla-browser as a user of your system, you -should be notified that a new add-on (in this case, LibreJS) as been -installed and whether to allow it to run or not. - - -File: librejs.info, Node: How to Use, Next: JavaScript Detection, Prev: Installation, Up: Top - -4 How to Use -************ - -4.1 LibreJS in action -===================== - -After installing the add-on, you will see the LibreJS widget in the -add-on bar at the top right of the browser window. After loading a -page, left-click on the widget to view the deactivated JavaScript code -from the page (both on page and external) and, if applicable, the -scripts that were accepted. - -4.2 Complaint Feature -===================== - -It is very important to complain when a site has nonfree JavaScript -code, especially if it won't work without that code. LibreJS makes it -easy to complain by heuristically finding where to send the complaint. - - When nonfree/nontrivial code is detected in a page, LibreJS attempts -to find a relevant contact link or email for the website you are -visiting. In order to do so, it will attempt to visit a few links from -the current page (for instance, a link labeled "contact" on the same -domain as the current page, ...) - - LibreJS detects contact pages, email addresses that are likely to be -owned by the maintainer of the site, Twitter and identi.ca links, and -phone numbers. - - After LibreJS detects any of the above, a "Complain" tab will appear -on the right of your web browser. When you click on this tab, a large -panel will appear with contact information. Ideally, at the top you -will find the email address of the maintainer, labeled as the "Email you -should use". - - When you complain to the website for their nonfree nontrivial -JavaScript, provide them with the link to the JavaScript Trap essay so -that they can get more information on what the issue is and how they can -solve it on their own site. - - LibreJS includes a default subject line and body for the complaint -email, with a link to the JavaScript Trap essay. This can be configured -in the LibreJS add-on preferences in your web browser. - -4.3 Options -=========== - -"Whitelist" - LibreJS lets you whitelist domain names and subdomains to bypass - the regular JavaScript check. This might be useful, for example, - if you are running your own code in a local web server. In order - to add a whitelisted domain or url, go to Tools >> Add-ons, or - press 'Control + Shift + A'. Inside the add-on window, click on - "Extensions", and in the list, where you see LibreJS, click on the - "Preferences" button. You will see an input field labeled - "Whitelist". In the field, enter comma-separated domain names. Do - not enter the protocol. For instance to whitelist all the pages of - <http://www.gnu.org> and <https://gnu.org>, enter 'gnu.org'. To - allow all subdomains from gnu.org, enter: '*.gnu.org'. This will - match such sites as <http://savannah.gnu.org> and - <http://audio-video.gnu.org>. - -"Complaint tab" - This specifies whether the complaint tab appears when a site is - running nonfree JavaScript. - -"Display notifications of JavaScript analysis" - This option enables an info bar of realtime JavaScript analysis. - -"Complaint email subject" - Configure the default subject used in complaint emails. - -"Complaint email body" - Configure the default body used in complaint emails. - - -File: librejs.info, Node: JavaScript Detection, Next: Free Licenses Detection, Prev: How to Use, Up: Top - -5 JavaScript Detection -********************** - - LibreJS considers JavaScript on a page nontrivial if any of the - following are true: - - * It makes an AJAX request or is loaded along with scripts that make - an AJAX request, - - * It loads external scripts dynamically or is loaded along with - scripts that do, - - * It defines functions or methods and either loads an external script - (from HTML) or is loaded as one, - - * It uses dynamic JavaScript constructs that are difficult to analyze - without interpreting the program or is loaded along with scripts - that use such constructs. These constructs are: - * Using the eval function - * Calling methods with the square bracket notation - * Using any other construct than a string literal with certain - methods ('Obj.write', 'Obj.createElement', ...). - - In practice, the JavaScript code in your page may be found trivial by -LibreJS if, as a whole: - - * It does not define functions and it does not load external scripts - (with the HTML src attribute in a '<script>' tag). - - * It does not make AJAX calls. - - * It does not load external scripts with dynamic constructs. - - * It does not use constructs that may be used to do any of the above - in a non-obvious way (use of the 'eval()' method, use of square - bracket method calls, use of concatenation with certain constructs - or method calls, ...). - - However, in some instances, you may be required by LibreJS to add a -stylized comment to JavaScript code that may be otherwise trivial. - - When an external file defines a function, it becomes available to all -other external scripts. That is the case if another script defines a -function that makes AJAX calls, when an external script loads other -scripts dynamically (which in turn could also make AJAX calls, ...), or -when a script is written with constructs that may do any of these. - - For instance, if your page contains the following: - <script src="jquery.js"></script> - <script> - $.doSomething(); - </script> - - While '$.doSomething();' may seem trivial, you will nevertheless have -to add a stylized license comment on your main HTML page because the -external script (in this case jQuery) has been found to define methods -that make AJAX calls. '$.doSomething()' might make an AJAX call, and -LibreJS does not check for that. The rule of thumb is that when you use -a library or code that handles AJAX, JSON, JSONP, the loading of scripts -dynamically, you should have license mentions for all your JavaScript -files and for your main page regardless. In practice this is a case -that happens very often with code that uses libraries. - - In practice also, the JavaScript code in an external file (an -external '.js' file loaded on your page) may be found trivial if it does -not define functions/methods. - - And in the same manner it will be considered nontrivial if AJAX -calls, dynamic script loading, or non-obvious dynamic JavaScript -constructs are used in another script. - - If your JavaScript code makes AJAX requests, it's important to get an -accurate "Content-Type" in the response from the server. For example, -if you're using JSON, set it to 'application/json'. This is because -LibreJS alters the content of 'text/html' responses. - - -File: librejs.info, Node: Free Licenses Detection, Next: Setting Your JavaScript Free, Prev: JavaScript Detection, Up: Top - -6 Free Licenses Detection -************************* - -6.1 Detected Free Licenses -========================== - -In order for a file to be detected as free, the license notice should -appear in a JavaScript file above all code, at the very top of the file. - - For inline JavaScript code inside '<script>' tags in HTML pages, the -license notice should appear once per page as a comment inside a -'<script>' tag, before all the code in that script. When the only -inline JavaScript code is within element attributes ('onload', -'onclick'), place the license notice in an otherwise empty '<script>' at -the top of the page. This is sometimes needed when an external script -performs AJAX calls or embeds scripts dynamically, and the only inline -JavaScript is an event attribute making a method call, e.g.: '<body -onload="methodCall('remote-data.xml');">' - - When people speak of the "MIT license" they mean either the X11 -license or the Expat license. Please see which license the code uses, -and label it accordingly. - - Currently LibreJS checks for the following licenses: - - * Apache License, Version 2.0 - * Identifier: 'Apache-2.0' - * URL: <http://www.apache.org/licenses/LICENSE-2.0> - * Magnet link: - 'magnet:?xt=urn:btih:8e4f440f4c65981c5bf93c76d35135ba5064d8b7&dn=apache-2.0.txt' - - * Artistic License 2.0 - * URL: <http://www.perlfoundation.org/artistic_license_2_0> - * Magnet link: - 'magnet:?xt=urn:btih:54fd2283f9dbdf29466d2df1a98bf8f65cafe314&dn=artistic-2.0.txt' - - * Boost Software License - * URL: <http://www.boost.org/LICENSE_1_0.txt> - * Magnet link: - 'magnet:?xt=urn:btih:89a97c535628232f2f3888c2b7b8ffd4c078cec0&dn=Boost-1.0.txt' - - * BSD 3-Clause License - * URL: <http://opensource.org/licenses/BSD-3-Clause> - * Magnet link: - 'magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt' - - * CPAL 1.0 - * Identifier: 'CPAL-1.0' - * URL: <http://opensource.org/licenses/cpal_1.0> - * Magnet link: - 'magnet:?xt=urn:btih:84143bc45939fc8fa42921d619a95462c2031c5c&dn=cpal-1.0.txt' - - * Creative Commons CC0 1.0 Universal - * Identifier: 'CC0-1.0' - * URL: - <http://creativecommons.org/publicdomain/zero/1.0/legalcode> - * Magnet link: - 'magnet:?xt=urn:btih:90dc5c0be029de84e523b9b3922520e79e0e6f08&dn=cc0.txt' - - * Eclipse Public License 1.0 - * Identifier: 'EPL-1.0' - * URL: <http://www.eclipse.org/legal/epl-v10.html> - * Magnet link: - 'magnet:?xt=urn:btih:4c6a2ad0018cd461e9b0fc44e1b340d2c1828b22&dn=epl-1.0.txt' - - * Expat License (sometimes called the MIT license) - * Identifier: 'Expat' - * URL: <http://www.jclark.com/xml/copying.txt> - * Magnet link: - 'magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt' - - * FreeBSD License - * URL: <http://www.freebsd.org/copyright/freebsd-license.html> - * Magnet link: - 'magnet:?xt=urn:btih:87f119ba0b429ba17a44b4bffcab33165ebdacc0&dn=freebsd.txt' - - * GNU General Public License (GPL) version 2 - * Identifier: 'GPL-2.0' - * URL: <http://www.gnu.org/licenses/gpl-2.0.html> - * Magnet link: - 'magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt' - - * GNU General Public License (GPL) version 3 - * Identifier: 'GPL-3.0' - * URL: <http://www.gnu.org/licenses/gpl-3.0.html> - * Magnet link: - 'magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt' - - * GNU Lesser General Public License, version 2.1 - * Identifier: 'LGPL-2.1' - * URL: <http://www.gnu.org/licenses/lgpl-2.1.html> - * Magnet link: - 'magnet:?xt=urn:btih:5de60da917303dbfad4f93fb1b985ced5a89eac2&dn=lgpl-2.1.txt' - - * GNU Lesser General Public License, version 3 - * Identifier: 'LGPL-3.0' - * URL: <http://www.gnu.org/licenses/lgpl-3.0.html> - * Magnet link: - 'magnet:?xt=urn:btih:0ef1b8170b3b615170ff270def6427c317705f85&dn=lgpl-3.0.txt' - - * GNU Affero General Public License, version 3 - * Identifier: 'AGPL-3.0' - * URL: <http://www.gnu.org/licenses/agpl-3.0.html> - * Magnet link: - 'magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt' - - * The ISC License - * URL: - <https://www.isc.org/downloads/software-support-policy/isc-license/> - * Magnet link: - 'magnet:?xt=urn:btih:b8999bbaf509c08d127678643c515b9ab0836bae&dn=ISC.txt' - - * Mozilla Public License 2.0 - * Identifier: 'MPL-2.0' - * URL: <http://www.mozilla.org/MPL/2.0> - * Magnet link: - 'magnet:?xt=urn:btih:3877d6d54b3accd4bc32f8a48bf32ebc0901502a&dn=mpl-2.0.txt' - - * Public Domain - * Public domain is not a license (see - <https://www.gnu.org/licenses/license-list.html#PublicDomain>). - If you want to release your work to the public domain, the FSF - recommends using CC0. - * Magnet Link: - 'magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt' - - * Universal Permissive License - * Identifier: 'UPL-1.0' - * URL: <https://oss.oracle.com/licenses/upl/> - * Magnet link: - 'magnet:?xt=urn:btih:478974f4d41c3fa84c4befba25f283527fad107d&dn=upl-1.0.txt' - - * WTFPL - * Identifier: 'WTFPL' - * URL: <http://www.wtfpl.net/txt/copying/> - * Magnet link: - 'magnet:?xt=urn:btih:723febf9f6185544f57f0660a41489c7d6b4931b&dn=wtfpl.txt' - - * Unlicense - * Identifier: 'Unlicense' - * URL: <http://unlicense.org/UNLICENSE> - * Magnet link: - 'magnet:?xt=urn:btih:5ac446d35272cc2e4e85e4325b146d0b7ca8f50c&dn=unlicense.txt' - - * X11 License - * URL: <http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3> - * Magnet link: - 'magnet:?xt=urn:btih:5305d91886084f776adcf57509a648432709a7c7&dn=x11.txt' - - * XFree86 License - * Identifier: 'Modified-BSD' - * URLs: <http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3> - <http://www.xfree86.org/current/LICENSE4.html> - * Magnet link: - 'magnet:?xt=urn:btih:12f2ec9e8de2a3b0002a33d518d6010cc8ab2ae9&dn=xfree86.txt' - -6.2 Undetected Free Licenses -============================ - -If you are using a free license that isn't detected by LibreJS and isn't -listed in the previous section, please send a message to -<bug-librejs@gnu.org> regarding this license, where code released under -this license can be found, and where to find the license text and -information. - - Many free licenses are listed in this page: -<http://www.gnu.org/licenses/license-list.html> - - -File: librejs.info, Node: Setting Your JavaScript Free, Next: LibreJS Development Notes, Prev: Free Licenses Detection, Up: Top - -7 Setting Your JavaScript Free -****************************** - -The first step is releasing your JavaScript under a free license. If -you are already using a free library, or you're not using any -third-party libraries, it might only take a few minutes. - - All JavaScript code on a web page (inline, on-page, and external) -shares a common scope. Thus, code is generally either rejected or -accepted as a whole by LibreJS. If some JavaScript code is found to be -nontrivial and nonfree, then most of the time, all the the rest is -discarded as well. - - On your website, take a look at your HTML source. You can identify -distinct pieces of JavaScript that might be free and some other that are -nonfree. - - _Tip_: By running LibreJS on your page, you will get a list of all -the JavaScript that was blocked. This gives you an overview of the -JavaScript in your page. - - Imagine a page that contains several pieces of JavaScript from -various sources: - * On top, within the '<head>' tag, it includes jQuery - - * Then, some JavaScript code that you have written - - * At the bottom, a JavaScript-based Facebook widget - - * Also, there's some analytics tracking code - -"JavaScript that is already free" - First, you must ensure that the library is free. If the file - contains a copyright and a license notice, you won't need to look - any further. But if there's no mention of the license, or if it's - too brief, you'll have to look for a COPYING or LICENSE file within - the original library's source package, or on the library's official - website. - -"Your own JavaScript" - The free license given to your code should be compatible with the - rest of the JavaScript on a page. A good way to check is to read - up on them: <http://www.gnu.org/licenses/license-list.html> - -"Nonfree JavaScript" - This might be the case with an analytics tracker, social media - widgets, and code that runs ads. Removing these pieces of code - from your site is required to have the rest accepted as free. - There are often alternatives to nonfree libraries or to third-party - services: - - * If you have used nonfree third-party code as the base to write - your own code, try to find a free alternative. - - * If you're using a third-party service such as an analytics - service, replace it with a free alternative like Piwik. - - * If you can't find free JavaScript that has already been - developed, write it yourself! Who knows, your own solution - might be the start of a brilliant project! - -7.1 JavaScript Web Labels -========================= - -One way to make your website work with LibreJS is by defining a -JavaScript Web Labels table. - - A JavaScript Web Labels table is informative to both site visitors -and the LibreJS program. You make a Web Labels table on a new HTML page -that's linked to from your main page. The table lists each of your -site's JavaScript files, that file's corresponding human-readable source -file, and the canonical url of its free license. - - When using a JavaScript Web Labels table for your own files, it's -important to put a copying permission statement at the top of each -source file listed in right-most column of the Web Labels table. For -info on how properly release your code as free software, see -<https://www.gnu.org/licenses/gpl-howto.html>. Future versions of -LibreJS will require a copying permission statement or other license -notice for source files listed in a Web Labels table. - - More information on JavaScript Web Labels is detailed here: -<https://www.gnu.org/software/librejs/free-your-javascript.html#step3> -and here: <https://www.gnu.org/licenses/javascript-labels.html>. - -7.1.1 Specifying multiple licenses for a single JavaScript file ---------------------------------------------------------------- - -If you compile or concatenate your JavaScript into a single file, the -source files you're combining may be released under different licenses. -You can specify multiple licenses for the file in a JavaScript Web -Labels table, like this: - -<table id="jslicense-labels1"> - <tr> - <td><a href="all.min.js">all.min.js</a></td> - <td> - <a href="http://www.gnu.org/licenses/gpl-3.0.html" - >GPL-3.0+</a> - <br /> - <a href="http://www.apache.org/licenses/LICENSE-2.0" - >Apache-2.0</a> - </td> - <td> - <a href="gpl-script.js">gpl-script.js</a> - <br /> - <a href="apache-script.js">apache-script.js</a> - </td> - </tr> -</table> - - The '<br />' tags just make the table more understandable when -looking at the rendered version of it on the license page. They aren't -required by LibreJS. - - If all the licenses contained in the second column are recognized by -LibreJS to be free licenses, then LibreJS will allow the file in the -first column to be run. - -7.2 Adding a stylized comment in your JavaScript files and on your page -======================================================================= - -See a "Convention for releasing free JavaScript programs" in the -JavaScript Trap <http://www.gnu.org/philosophy/javascript-trap.html> - - Adding this notice will ensure LibreJS will find the JavaScript file -to be free. The '@licstart' and '@licend' lines at the beginning and -end of the stylized comment are necessary to make a clear statement that -the _entire code_ in the file is free. This means that you must ensure -that no nonfree code was carelessly appended at the end of the file. - - In the main HTML page, the license notice covers JavaScript contained -in all '<script>' tags with on-page code and the inline JavaScript (in -event attributes such as onload, onclick, etc, ...). Since external -files have their own stylized comment, they are not covered by the -notice in the main HTML page. Make sure to identify all the licenses -available. LibreJS will only ensure it matches a notice of an allowed -license once, so the order does not matter, but the responsibility is on -you to make sure all code is under the free licenses mentioned between -'@licstart' and '@licend'. - - You should make _only_ one '@licstart' '@licend' comment in your -page, since it pertains to the entire code on page across all '<script>' -tags and inline html attributes. - -When you use the JavaScript Web Labels method, you should still include -a license notice at the top of each of your source files. This ensures -that if someone copies the file and uses it for something else, the -license remains intact. - - For more info on making your JavaScript LibreJS-compliant, see this -web page: -<https://www.gnu.org/software/librejs/free-your-javascript.html> - - -File: librejs.info, Node: LibreJS Development Notes, Next: Installation Requirements, Prev: Setting Your JavaScript Free, Up: Top - -8 LibreJS Development Notes -*************************** - -8.1 Running LibreJS from the source directory -============================================= - -Download 'jpm', then do something like this in the LibreJS directory: - - jpm run -b `which abrowser` - -8.2 Debugging -============= - -Uncomment lines 22 and 23 in 'lib/main.js' to enable printing of -'console.debug()' statements. - -8.3 Adding new whitelisted libraries -==================================== - -Run the 'data/script_libraries/gethash.sh' script, using the URL to a -JavaScript file as the argument, then add the output of that command to -'data/script_libraries/script-libraries.json'. - -8.4 Releasing a new version -=========================== - -Update the version number in: - * 'configure.ac' - * 'package.json' - * 'doc/version.texi' - * 'data/display_panel/content/display-panel.html' - * - Then run 'make info' to build the docs with 'gendocs.sh'. - * 'git commit' and 'git tag 6.0.4' - * Export a tarball: - * 'git archive --format=tar.gz --prefix=librejs-6.0.4/ 6.0.4 - >librejs-6.0.4.tar.gz' - * 'mv librejs-6.0.4.tar.gz ~/releases/librejs-6.0.4/' - * Make xpi file: 'jpm xpi; mv librejs.xpi librejs-6.0.4.xpi' - - -File: librejs.info, Node: Installation Requirements, Next: LibreJS Internals, Prev: LibreJS Development Notes, Up: Top - -Appendix A Installation Requirements -************************************ - -A.1 Mozilla Browser -=================== - -You will need one of the many flavors of the Mozilla browser to use -LibreJS. It can be installed on the following: - - GNU IceCat, Mozilla Firefox, Trisquel Abrowser, Debian Iceweasel. - - LibreJS works on these browsers starting from version 29. We -recommend that you use the latest version of your Mozilla browser. -LibreJS has been tested extensively on multiple GNU/Linux distributions, -but it is compatible any operating system as long as you're using a -compatible Mozilla browser. - -A.2 Mozilla's Jetpack Manager for Node.js -========================================= - -LibreJS uses the Mozilla 'jpm' tool, a set of utilities for creating, -testing, running and packaging Mozilla Jetpack Addons. - - You do not need 'jpm' to use the LibreJS xpi file or to install it -using the packaged version, but it is required in order to package the -LibreJS source code into an xpi file. If you would like to run the -tests for LibreJS or make changes to the source files, you will need -'jpm' as well. For the "make" command to work properly, you must have -the 'jpm' command available on your system from the command line. - - You can find information on getting 'jpm' at these links: - - <https://www.npmjs.com/package/jpm> - - <https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Getting_Started_%28jpm%29> - - JPM is released under the Mozilla Public License 2.0. - - -File: librejs.info, Node: LibreJS Internals, Next: Tests, Prev: Installation Requirements, Up: Top - -Appendix B LibreJS Internals -**************************** - -LibreJS intercepts HTTP responses and rewrites their contents after -analyzing JavaScript within them. It does not remove script nodes and -attributes from the page, but instead "deactivates" them by modifying -the 'type' and 'src' attributes on script elements and by moving the -contents of inline JavaScript attributes such as onClick into harmless -attributes. - - LibreJS detects the most common cases using the HTTP response method -described above, but in extremely rare cases, or when running code -locally, LibreJS cannot detect JavaScript during the response stage. - - To remedy this issue, and as a final safeguard, LibreJS takes a look -at the scripts that are about to be executed while the browser engine is -parsing the page. If the script is not found in a list of accepted -scripts populated earlier, the execution will be prevented. This is to -ensure content types that are not regular HTML (binhex with HTML in it, -...) and JavaScript do not fall through the cracks and get executed. - - -File: librejs.info, Node: Tests, Next: GNU Free Documentation License, Prev: LibreJS Internals, Up: Top - -Appendix C Tests -**************** - -In order to better understand how LibreJS works, you can try to visit -these pages with LibreJS installed and enabled and see how they are -being processed: - - * - <http://lduros.net/assets/librejs/tests/trivial-inline-trivial-external/> - This page contains trivial on-page JavaScript code, and an external - script that contains trivial JavaScript code. Therefore, all - JavaScript is being executed. - - * - <http://lduros.net/assets/librejs/tests/trivial-inline-nontrivial-external/> - The on-page script here is trivial and uses a built-in method, but - the external script in this page is nontrivial (defines a - function.) The external script is blocked, the inline script is - executed. - - * - <http://lduros.net/assets/librejs/tests/nontrivial-inline-trivial-external/> - This page contains nontrivial code on page, and trivial code in its - external page. All JavaScript is _removed_ from the page, and the - external script is never analyzed, since the nontrivial conditions - are already met in the page. - - * <http://lduros.net/assets/librejs/tests/free-inline-free-external/> - This page contains free on-page (GPL 3) JavaScript, and free - external Javascript. Therefore all JavaScript is being executed. - - * - <http://lduros.net/assets/librejs/tests/free-inline-nonfree-nontrivial-external/> - This page contains free on-page JavaScript. The external script - contains nonfree nontrivial JavaScript (AJAX request). The free - code that is inline is executed, but the external file is blocked. - - * <http://lduros.net/assets/librejs/tests/intrinsec-event/> This page - contains trivial on-page code, with an intrinsic event in an html - attribute (onload). All JavaScript is being executed. - - * - <http://lduros.net/assets/librejs/tests/trivial-inline-free-external-defines-function/> - This page contains on-page trivial JavaScript (only makes a window - alert and loads an external script using the html <script> tag with - the src attribute. The external script is free (GPL v3), and since - it is only nontrivial because it defines a function, the on-page - trivial code is allowed to use it. All JavaScript is being - executed. - - * - <http://lduros.net/assets/librejs/tests/trivial-inline-free-external-writes-script/> - This page contains trivial on-page JavaScript code, and loads an - external script that is free. Since no function is defined, the - external script is being analyzed. The external script is free. - Trivial here is not allowed because the external script, although - free, writes a script. The inline trivial script should also have - a free license notice for it to be interpreted. - - * - <http://lduros.net/assets/librejs/tests/shelltypist/demo/real-life-example-with-jquery-free.html> - This is a real-life example of a small jQuery plugin. The on-page - JavaScript code has a free license. The jQuery external file has a - free licensed. The shelltypist.js file has a free license as well. - All licenses are defined between '@licstart' and '@licend'. All - JavaScript is executed. - - * - <http://lduros.net/assets/librejs/tests/shelltypist/demo/same-page-without-free-license.html> - This is the same page than the previous example, except it does not - have a free license for the main HTML page on-page script. While - the actual code there is trivial, since jQuery defines methods that - make use of AJAX, trivial code is not allowed, and no JavaScript is - executed. - - * <http://lduros.net/assets/librejs/tests/test-labels/> This page - contains JavaScript (jQuery minified) that does not have proper - license information in the file, as it has no '@licstart' '@licend' - comment. It would be considered nonfree, however, the page itself - uses the JavaScript Web Labels method. On the page itself, you - will find a link labeled "JavaScript License Information", which - leads to a page that contains a properly formatted table with the - required data on the external JavaScript file. LibreJS visits this - link and determines the version of jQuery linked from the original - page is the one listed there, and flags it as free. All JavaScript - is executed (and the title should turn green.) - - -File: librejs.info, Node: GNU Free Documentation License, Prev: Tests, Up: Top - -Appendix D GNU Free Documentation License -***************************************** - - Version 1.3, 3 November 2008 - - Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. - <http://fsf.org/> - - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - 0. PREAMBLE - - The purpose of this License is to make a manual, textbook, or other - functional and useful document "free" in the sense of freedom: to - assure everyone the effective freedom to copy and redistribute it, - with or without modifying it, either commercially or - noncommercially. Secondarily, this License preserves for the - author and publisher a way to get credit for their work, while not - being considered responsible for modifications made by others. - - This License is a kind of "copyleft", which means that derivative - works of the document must themselves be free in the same sense. - It complements the GNU General Public License, which is a copyleft - license designed for free software. - - We have designed this License in order to use it for manuals for - free software, because free software needs free documentation: a - free program should come with manuals providing the same freedoms - that the software does. But this License is not limited to - software manuals; it can be used for any textual work, regardless - of subject matter or whether it is published as a printed book. We - recommend this License principally for works whose purpose is - instruction or reference. - - 1. APPLICABILITY AND DEFINITIONS - - This License applies to any manual or other work, in any medium, - that contains a notice placed by the copyright holder saying it can - be distributed under the terms of this License. Such a notice - grants a world-wide, royalty-free license, unlimited in duration, - to use that work under the conditions stated herein. The - "Document", below, refers to any such manual or work. Any member - of the public is a licensee, and is addressed as "you". You accept - the license if you copy, modify or distribute the work in a way - requiring permission under copyright law. - - A "Modified Version" of the Document means any work containing the - Document or a portion of it, either copied verbatim, or with - modifications and/or translated into another language. - - A "Secondary Section" is a named appendix or a front-matter section - of the Document that deals exclusively with the relationship of the - publishers or authors of the Document to the Document's overall - subject (or to related matters) and contains nothing that could - fall directly within that overall subject. (Thus, if the Document - is in part a textbook of mathematics, a Secondary Section may not - explain any mathematics.) The relationship could be a matter of - historical connection with the subject or with related matters, or - of legal, commercial, philosophical, ethical or political position - regarding them. - - The "Invariant Sections" are certain Secondary Sections whose - titles are designated, as being those of Invariant Sections, in the - notice that says that the Document is released under this License. - If a section does not fit the above definition of Secondary then it - is not allowed to be designated as Invariant. The Document may - contain zero Invariant Sections. If the Document does not identify - any Invariant Sections then there are none. - - The "Cover Texts" are certain short passages of text that are - listed, as Front-Cover Texts or Back-Cover Texts, in the notice - that says that the Document is released under this License. A - Front-Cover Text may be at most 5 words, and a Back-Cover Text may - be at most 25 words. - - A "Transparent" copy of the Document means a machine-readable copy, - represented in a format whose specification is available to the - general public, that is suitable for revising the document - straightforwardly with generic text editors or (for images composed - of pixels) generic paint programs or (for drawings) some widely - available drawing editor, and that is suitable for input to text - formatters or for automatic translation to a variety of formats - suitable for input to text formatters. A copy made in an otherwise - Transparent file format whose markup, or absence of markup, has - been arranged to thwart or discourage subsequent modification by - readers is not Transparent. An image format is not Transparent if - used for any substantial amount of text. A copy that is not - "Transparent" is called "Opaque". - - Examples of suitable formats for Transparent copies include plain - ASCII without markup, Texinfo input format, LaTeX input format, - SGML or XML using a publicly available DTD, and standard-conforming - simple HTML, PostScript or PDF designed for human modification. - Examples of transparent image formats include PNG, XCF and JPG. - Opaque formats include proprietary formats that can be read and - edited only by proprietary word processors, SGML or XML for which - the DTD and/or processing tools are not generally available, and - the machine-generated HTML, PostScript or PDF produced by some word - processors for output purposes only. - - The "Title Page" means, for a printed book, the title page itself, - plus such following pages as are needed to hold, legibly, the - material this License requires to appear in the title page. For - works in formats which do not have any title page as such, "Title - Page" means the text near the most prominent appearance of the - work's title, preceding the beginning of the body of the text. - - The "publisher" means any person or entity that distributes copies - of the Document to the public. - - A section "Entitled XYZ" means a named subunit of the Document - whose title either is precisely XYZ or contains XYZ in parentheses - following text that translates XYZ in another language. (Here XYZ - stands for a specific section name mentioned below, such as - "Acknowledgements", "Dedications", "Endorsements", or "History".) - To "Preserve the Title" of such a section when you modify the - Document means that it remains a section "Entitled XYZ" according - to this definition. - - The Document may include Warranty Disclaimers next to the notice - which states that this License applies to the Document. These - Warranty Disclaimers are considered to be included by reference in - this License, but only as regards disclaiming warranties: any other - implication that these Warranty Disclaimers may have is void and - has no effect on the meaning of this License. - - 2. VERBATIM COPYING - - You may copy and distribute the Document in any medium, either - commercially or noncommercially, provided that this License, the - copyright notices, and the license notice saying this License - applies to the Document are reproduced in all copies, and that you - add no other conditions whatsoever to those of this License. You - may not use technical measures to obstruct or control the reading - or further copying of the copies you make or distribute. However, - you may accept compensation in exchange for copies. If you - distribute a large enough number of copies you must also follow the - conditions in section 3. - - You may also lend copies, under the same conditions stated above, - and you may publicly display copies. - - 3. COPYING IN QUANTITY - - If you publish printed copies (or copies in media that commonly - have printed covers) of the Document, numbering more than 100, and - the Document's license notice requires Cover Texts, you must - enclose the copies in covers that carry, clearly and legibly, all - these Cover Texts: Front-Cover Texts on the front cover, and - Back-Cover Texts on the back cover. Both covers must also clearly - and legibly identify you as the publisher of these copies. The - front cover must present the full title with all words of the title - equally prominent and visible. You may add other material on the - covers in addition. Copying with changes limited to the covers, as - long as they preserve the title of the Document and satisfy these - conditions, can be treated as verbatim copying in other respects. - - If the required texts for either cover are too voluminous to fit - legibly, you should put the first ones listed (as many as fit - reasonably) on the actual cover, and continue the rest onto - adjacent pages. - - If you publish or distribute Opaque copies of the Document - numbering more than 100, you must either include a machine-readable - Transparent copy along with each Opaque copy, or state in or with - each Opaque copy a computer-network location from which the general - network-using public has access to download using public-standard - network protocols a complete Transparent copy of the Document, free - of added material. If you use the latter option, you must take - reasonably prudent steps, when you begin distribution of Opaque - copies in quantity, to ensure that this Transparent copy will - remain thus accessible at the stated location until at least one - year after the last time you distribute an Opaque copy (directly or - through your agents or retailers) of that edition to the public. - - It is requested, but not required, that you contact the authors of - the Document well before redistributing any large number of copies, - to give them a chance to provide you with an updated version of the - Document. - - 4. MODIFICATIONS - - You may copy and distribute a Modified Version of the Document - under the conditions of sections 2 and 3 above, provided that you - release the Modified Version under precisely this License, with the - Modified Version filling the role of the Document, thus licensing - distribution and modification of the Modified Version to whoever - possesses a copy of it. In addition, you must do these things in - the Modified Version: - - A. Use in the Title Page (and on the covers, if any) a title - distinct from that of the Document, and from those of previous - versions (which should, if there were any, be listed in the - History section of the Document). You may use the same title - as a previous version if the original publisher of that - version gives permission. - - B. List on the Title Page, as authors, one or more persons or - entities responsible for authorship of the modifications in - the Modified Version, together with at least five of the - principal authors of the Document (all of its principal - authors, if it has fewer than five), unless they release you - from this requirement. - - C. State on the Title page the name of the publisher of the - Modified Version, as the publisher. - - D. Preserve all the copyright notices of the Document. - - E. Add an appropriate copyright notice for your modifications - adjacent to the other copyright notices. - - F. Include, immediately after the copyright notices, a license - notice giving the public permission to use the Modified - Version under the terms of this License, in the form shown in - the Addendum below. - - G. Preserve in that license notice the full lists of Invariant - Sections and required Cover Texts given in the Document's - license notice. - - H. Include an unaltered copy of this License. - - I. Preserve the section Entitled "History", Preserve its Title, - and add to it an item stating at least the title, year, new - authors, and publisher of the Modified Version as given on the - Title Page. If there is no section Entitled "History" in the - Document, create one stating the title, year, authors, and - publisher of the Document as given on its Title Page, then add - an item describing the Modified Version as stated in the - previous sentence. - - J. Preserve the network location, if any, given in the Document - for public access to a Transparent copy of the Document, and - likewise the network locations given in the Document for - previous versions it was based on. These may be placed in the - "History" section. You may omit a network location for a work - that was published at least four years before the Document - itself, or if the original publisher of the version it refers - to gives permission. - - K. For any section Entitled "Acknowledgements" or "Dedications", - Preserve the Title of the section, and preserve in the section - all the substance and tone of each of the contributor - acknowledgements and/or dedications given therein. - - L. Preserve all the Invariant Sections of the Document, unaltered - in their text and in their titles. Section numbers or the - equivalent are not considered part of the section titles. - - M. Delete any section Entitled "Endorsements". Such a section - may not be included in the Modified Version. - - N. Do not retitle any existing section to be Entitled - "Endorsements" or to conflict in title with any Invariant - Section. - - O. Preserve any Warranty Disclaimers. - - If the Modified Version includes new front-matter sections or - appendices that qualify as Secondary Sections and contain no - material copied from the Document, you may at your option designate - some or all of these sections as invariant. To do this, add their - titles to the list of Invariant Sections in the Modified Version's - license notice. These titles must be distinct from any other - section titles. - - You may add a section Entitled "Endorsements", provided it contains - nothing but endorsements of your Modified Version by various - parties--for example, statements of peer review or that the text - has been approved by an organization as the authoritative - definition of a standard. - - You may add a passage of up to five words as a Front-Cover Text, - and a passage of up to 25 words as a Back-Cover Text, to the end of - the list of Cover Texts in the Modified Version. Only one passage - of Front-Cover Text and one of Back-Cover Text may be added by (or - through arrangements made by) any one entity. If the Document - already includes a cover text for the same cover, previously added - by you or by arrangement made by the same entity you are acting on - behalf of, you may not add another; but you may replace the old - one, on explicit permission from the previous publisher that added - the old one. - - The author(s) and publisher(s) of the Document do not by this - License give permission to use their names for publicity for or to - assert or imply endorsement of any Modified Version. - - 5. COMBINING DOCUMENTS - - You may combine the Document with other documents released under - this License, under the terms defined in section 4 above for - modified versions, provided that you include in the combination all - of the Invariant Sections of all of the original documents, - unmodified, and list them all as Invariant Sections of your - combined work in its license notice, and that you preserve all - their Warranty Disclaimers. - - The combined work need only contain one copy of this License, and - multiple identical Invariant Sections may be replaced with a single - copy. If there are multiple Invariant Sections with the same name - but different contents, make the title of each such section unique - by adding at the end of it, in parentheses, the name of the - original author or publisher of that section if known, or else a - unique number. Make the same adjustment to the section titles in - the list of Invariant Sections in the license notice of the - combined work. - - In the combination, you must combine any sections Entitled - "History" in the various original documents, forming one section - Entitled "History"; likewise combine any sections Entitled - "Acknowledgements", and any sections Entitled "Dedications". You - must delete all sections Entitled "Endorsements." - - 6. COLLECTIONS OF DOCUMENTS - - You may make a collection consisting of the Document and other - documents released under this License, and replace the individual - copies of this License in the various documents with a single copy - that is included in the collection, provided that you follow the - rules of this License for verbatim copying of each of the documents - in all other respects. - - You may extract a single document from such a collection, and - distribute it individually under this License, provided you insert - a copy of this License into the extracted document, and follow this - License in all other respects regarding verbatim copying of that - document. - - 7. AGGREGATION WITH INDEPENDENT WORKS - - A compilation of the Document or its derivatives with other - separate and independent documents or works, in or on a volume of a - storage or distribution medium, is called an "aggregate" if the - copyright resulting from the compilation is not used to limit the - legal rights of the compilation's users beyond what the individual - works permit. When the Document is included in an aggregate, this - License does not apply to the other works in the aggregate which - are not themselves derivative works of the Document. - - If the Cover Text requirement of section 3 is applicable to these - copies of the Document, then if the Document is less than one half - of the entire aggregate, the Document's Cover Texts may be placed - on covers that bracket the Document within the aggregate, or the - electronic equivalent of covers if the Document is in electronic - form. Otherwise they must appear on printed covers that bracket - the whole aggregate. - - 8. TRANSLATION - - Translation is considered a kind of modification, so you may - distribute translations of the Document under the terms of section - 4. Replacing Invariant Sections with translations requires special - permission from their copyright holders, but you may include - translations of some or all Invariant Sections in addition to the - original versions of these Invariant Sections. You may include a - translation of this License, and all the license notices in the - Document, and any Warranty Disclaimers, provided that you also - include the original English version of this License and the - original versions of those notices and disclaimers. In case of a - disagreement between the translation and the original version of - this License or a notice or disclaimer, the original version will - prevail. - - If a section in the Document is Entitled "Acknowledgements", - "Dedications", or "History", the requirement (section 4) to - Preserve its Title (section 1) will typically require changing the - actual title. - - 9. TERMINATION - - You may not copy, modify, sublicense, or distribute the Document - except as expressly provided under this License. Any attempt - otherwise to copy, modify, sublicense, or distribute it is void, - and will automatically terminate your rights under this License. - - However, if you cease all violation of this License, then your - license from a particular copyright holder is reinstated (a) - provisionally, unless and until the copyright holder explicitly and - finally terminates your license, and (b) permanently, if the - copyright holder fails to notify you of the violation by some - reasonable means prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is - reinstated permanently if the copyright holder notifies you of the - violation by some reasonable means, this is the first time you have - received notice of violation of this License (for any work) from - that copyright holder, and you cure the violation prior to 30 days - after your receipt of the notice. - - Termination of your rights under this section does not terminate - the licenses of parties who have received copies or rights from you - under this License. If your rights have been terminated and not - permanently reinstated, receipt of a copy of some or all of the - same material does not give you any rights to use it. - - 10. FUTURE REVISIONS OF THIS LICENSE - - The Free Software Foundation may publish new, revised versions of - the GNU Free Documentation License from time to time. Such new - versions will be similar in spirit to the present version, but may - differ in detail to address new problems or concerns. See - <http://www.gnu.org/copyleft/>. - - Each version of the License is given a distinguishing version - number. If the Document specifies that a particular numbered - version of this License "or any later version" applies to it, you - have the option of following the terms and conditions either of - that specified version or of any later version that has been - published (not as a draft) by the Free Software Foundation. If the - Document does not specify a version number of this License, you may - choose any version ever published (not as a draft) by the Free - Software Foundation. If the Document specifies that a proxy can - decide which future versions of this License can be used, that - proxy's public statement of acceptance of a version permanently - authorizes you to choose that version for the Document. - - 11. RELICENSING - - "Massive Multiauthor Collaboration Site" (or "MMC Site") means any - World Wide Web server that publishes copyrightable works and also - provides prominent facilities for anybody to edit those works. A - public wiki that anybody can edit is an example of such a server. - A "Massive Multiauthor Collaboration" (or "MMC") contained in the - site means any set of copyrightable works thus published on the MMC - site. - - "CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0 - license published by Creative Commons Corporation, a not-for-profit - corporation with a principal place of business in San Francisco, - California, as well as future copyleft versions of that license - published by that same organization. - - "Incorporate" means to publish or republish a Document, in whole or - in part, as part of another Document. - - An MMC is "eligible for relicensing" if it is licensed under this - License, and if all works that were first published under this - License somewhere other than this MMC, and subsequently - incorporated in whole or in part into the MMC, (1) had no cover - texts or invariant sections, and (2) were thus incorporated prior - to November 1, 2008. - - The operator of an MMC Site may republish an MMC contained in the - site under CC-BY-SA on the same site at any time before August 1, - 2009, provided the MMC is eligible for relicensing. - -ADDENDUM: How to use this License for your documents -==================================================== - -To use this License in a document you have written, include a copy of -the License in the document and put the following copyright and license -notices just after the title page: - - Copyright (C) YEAR YOUR NAME. - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU Free Documentation License, Version 1.3 - or any later version published by the Free Software Foundation; - with no Invariant Sections, no Front-Cover Texts, and no Back-Cover - Texts. A copy of the license is included in the section entitled ``GNU - Free Documentation License''. - - If you have Invariant Sections, Front-Cover Texts and Back-Cover -Texts, replace the "with...Texts." line with this: - - with the Invariant Sections being LIST THEIR TITLES, with - the Front-Cover Texts being LIST, and with the Back-Cover Texts - being LIST. - - If you have Invariant Sections without Cover Texts, or some other -combination of the three, merge those two alternatives to suit the -situation. - - If your document contains nontrivial examples of program code, we -recommend releasing these examples in parallel under your choice of free -software license, such as the GNU General Public License, to permit -their use in free software. - - - -Tag Table: -Node: Top828 -Node: Overview1974 -Node: Disclaimer2821 -Node: Installation3317 -Node: How to Use4163 -Node: JavaScript Detection7408 -Node: Free Licenses Detection10816 -Node: Setting Your JavaScript Free17677 -Node: LibreJS Development Notes24511 -Node: Installation Requirements25854 -Node: LibreJS Internals27461 -Node: Tests28624 -Node: GNU Free Documentation License33131 - -End Tag Table diff --git a/doc/librejs.texi b/doc/librejsuxl.texi index 70ee566..cf0b006 100644 --- a/doc/librejs.texi +++ b/doc/librejsuxl.texi @@ -1,12 +1,12 @@ \input texinfo @c -*-texinfo-*- @c %**start of header -@setfilename librejs.info +@setfilename librejsxul.info @include version.texi -@settitle GNU LibreJS @value{VERSION} +@settitle GNU LibreJSXUL @value{VERSION} @copying -This manual is for GNU LibreJS (version @value{VERSION}, @value{UPDATED}), -a GNU IceCat extension to detect and block nonfree nontrivial +This manual is for GNU LibreJSXUL (version @value{VERSION}, @value{UPDATED}), +a Iceweasel-UXP extension to detect and block nonfree nontrivial JavaScript on webpages. Copyright @copyright{} 2011 2012 2014 2015 Loic J. Duros @@ -23,11 +23,11 @@ Texts. A copy of the license is included in the section entitled @dircategory GNUzilla @direntry -* LibreJS: (librejs). Detect nonfree nontrivial in GNU Icecat +* LibreJSXUL: (librejsxul). Detect nonfree nontrivial in Iceweasel-UXP @end direntry @titlepage -@title GNU LibreJS +@title GNU LibreJSXUL @subtitle for version @value{VERSION}, @value{UPDATED} @author Loic J. Duros (@email{librejs@@lduros.net}) @page @@ -40,22 +40,22 @@ Texts. A copy of the license is included in the section entitled @node Top -@top LibreJS -This manual is for GNU LibreJS (version @value{VERSION}, @value{UPDATED}). +@top LibreJSXUL +This manual is for GNU LibreJSXUL (version @value{VERSION}, @value{UPDATED}). @menu * Overview:: General purpose and information. -* Disclaimer:: Emphasize what LibreJS does and does not. -* Installation:: Installing LibreJS from source. -* How to Use:: How to use LibreJS in IceCat. -* JavaScript Detection:: How LibreJS detects nontrivial Javascript. -* Free Licenses Detection:: List of licenses detected by LibreJS. +* Disclaimer:: Emphasize what LibreJSXUL does and does not. +* Installation:: Installing LibreJSXUL from source. +* How to Use:: How to use LibreJSXUL in Iceweasel-UXP. +* JavaScript Detection:: How LibreJSXUL detects nontrivial Javascript. +* Free Licenses Detection:: List of licenses detected by LibreJSXUL. * Setting Your JavaScript Free:: Information for website owners/maintainers. -* LibreJS Development Notes:: Documentation about the development of - LibreJS itself. -* Installation Requirements:: Requirements to build and install LibreJS. -* LibreJS Internals:: How LibreJS works under the hood. -* Tests:: Test LibreJS and better understand it. +* LibreJSXUL Development Notes:: Documentation about the development of + LibreJSXUL itself. +* Installation Requirements:: Requirements to build and install LibreJSXUL. +* LibreJSXUL Internals:: How LibreJSXUL works under the hood. +* Tests:: Test LibreJSXUL and better understand it. * GNU Free Documentation License:: Copying and sharing this documentation. @end menu @@ -63,7 +63,7 @@ This manual is for GNU LibreJS (version @value{VERSION}, @value{UPDATED}). @chapter Overview @cindex overview -GNU LibreJS ---an add-on for GNU IceCat and Mozilla Firefox--- detects +GNU LibreJSXUL ---an add-on for Iceweasel-UXP--- detects and blocks nonfree nontrivial JavaScript while allowing its execution on pages containing code that is either trivial and/or free. @@ -72,11 +72,11 @@ for complex tasks; many use it gratuitously for minor jobs that could be done easily with plain HTML. Sometimes this JavaScript code is malicious. Either way, the JavaScript code is often nonfree. For explanation of the issue, see "The JavaScript -Trap"(@url{http://www.gnu.org/philosophy/javascript-trap.html}). +Trap"(@url{https://www.gnu.org/philosophy/javascript-trap.html}). If you care about freedom in your computing, and don't wish to let all and sundry make you run nonfree programs, now you can prevent it by -using LibreJS. +using LibreJSXUL. @node Disclaimer @@ -86,13 +86,13 @@ using LibreJS. @itemize @bullet @item -LibreJS is not a security tool. Its goal is to detect nonfree nontrivial +LibreJSXUL is not a security tool. Its goal is to detect nonfree nontrivial JavaScript, and it currently does not detect whether free or trivial code is malicious or not. Other free Mozilla extensions and add-ons may be available for this purpose. @item -LibreJS is always a work in progress. If you find a bug, please report +LibreJSXUL is always a work in progress. If you find a bug, please report it to @email{bug-librejs@@gnu.org}. @end itemize @@ -101,20 +101,20 @@ it to @email{bug-librejs@@gnu.org}. @chapter Installation @cindex Installation -You can install LibreJS directly using a generated @file{librejs.xpi} +You can install LibreJSXUL directly using a generated @file{librejsxul.xpi} file, or by building it from source. @section Building the Package After installing @code{jpm}, you should be able to use the @code{make} -command to build LibreJS from source. +command to build LibreJSXUL from source. -After running @code{make}, a new file, @file{librejs.xpi} should be -generated. This is the file that can be installed in a Mozilla browser. +After running @code{make}, a new file, @file{librejsxul.xpi} should be +generated. This is the file that can be installed in a Mozilla browser. -@section Installing LibreJS +@section Installing LibreJSXUL To install the add-on for all users, run: -@example +@example sudo make install @end example @@ -124,15 +124,15 @@ make install @end example Next time you open a Mozilla-browser as a user of your system, you -should be notified that a new add-on (in this case, LibreJS) as been +should be notified that a new add-on (in this case, LibreJSXUL) as been installed and whether to allow it to run or not. @node How to Use @chapter How to Use -@section LibreJS in action +@section LibreJSXUL in action -After installing the add-on, you will see the LibreJS widget in the +After installing the add-on, you will see the LibreJSXUL widget in the add-on bar at the top right of the browser window. After loading a page, left-click on the widget to view the deactivated JavaScript code from the page (both on page and external) and, if applicable, the @@ -141,20 +141,20 @@ scripts that were accepted. @section Complaint Feature It is very important to complain when a site has nonfree JavaScript -code, especially if it won't work without that code. LibreJS makes it +code, especially if it won't work without that code. LibreJSXUL makes it easy to complain by heuristically finding where to send the complaint. -When nonfree/nontrivial code is detected in a page, LibreJS attempts to +When nonfree/nontrivial code is detected in a page, LibreJSXUL attempts to find a relevant contact link or email for the website you are visiting. In order to do so, it will attempt to visit a few links from the current page (for instance, a link labeled ``contact'' on the same domain as the current page, @dots{}) -LibreJS detects contact pages, email addresses that are likely to be +LibreJSXUL detects contact pages, email addresses that are likely to be owned by the maintainer of the site, Twitter and identi.ca links, and phone numbers. -After LibreJS detects any of the above, a ``Complain'' tab will appear +After LibreJSXUL detects any of the above, a ``Complain'' tab will appear on the right of your web browser. When you click on this tab, a large panel will appear with contact information. Ideally, at the top you will find the email address of the maintainer, labeled as the ``Email you @@ -165,27 +165,27 @@ JavaScript, provide them with the link to the JavaScript Trap essay so that they can get more information on what the issue is and how they can solve it on their own site. -LibreJS includes a default subject line and body for the complaint email, +LibreJSXUL includes a default subject line and body for the complaint email, with a link to the JavaScript Trap essay. This can be configured in the -LibreJS add-on preferences in your web browser. +LibreJSXUL add-on preferences in your web browser. @section Options @table @dfn @item Whitelist -LibreJS lets you whitelist domain names and subdomains to bypass the +LibreJSXUL lets you whitelist domain names and subdomains to bypass the regular JavaScript check. This might be useful, for example, if you are running your own code in a local web server. In order to add a whitelisted domain or url, go to Tools >> Add-ons, or press @kbd{Control + Shift + A}. Inside the add-on window, click on @dfn{Extensions}, and in -the list, where you see LibreJS, click on the @dfn{Preferences} button. +the list, where you see LibreJSXUL, click on the @dfn{Preferences} button. You will see an input field labeled @dfn{Whitelist}. In the field, enter comma-separated domain names. Do not enter the protocol. For -instance to whitelist all the pages of @url{http://www.gnu.org} and +instance to whitelist all the pages of @url{https://www.gnu.org} and @url{https://gnu.org}, enter @samp{gnu.org}. To allow all subdomains from gnu.org, enter: @samp{*.gnu.org}. This will match such sites as -@url{http://savannah.gnu.org} and @url{http://audio-video.gnu.org}. +@url{https://savannah.gnu.org} and @url{https://audio-video.gnu.org}. @item Complaint tab This specifies whether the complaint tab appears when a site is running @@ -206,7 +206,7 @@ Configure the default body used in complaint emails. @cindex javascript @itemize -LibreJS considers JavaScript on a page nontrivial if any of the +LibreJSXUL considers JavaScript on a page nontrivial if any of the following are true: @item @@ -237,7 +237,7 @@ Using any other construct than a string literal with certain methods @end itemize In practice, the JavaScript code in your page may be found trivial by -LibreJS if, as a whole: +LibreJSXUL if, as a whole: @itemize @bullet @item @@ -258,7 +258,7 @@ calls, @dots{}). @end itemize -However, in some instances, you may be required by LibreJS to add a +However, in some instances, you may be required by LibreJSXUL to add a stylized comment to JavaScript code that may be otherwise trivial. When an external file defines a function, it becomes available @@ -280,7 +280,7 @@ While @code{$.doSomething();} may seem trivial, you will nevertheless have to add a stylized license comment on your main HTML page because the external script (in this case jQuery) has been found to define methods that make AJAX calls. @code{$.doSomething()} might make an AJAX call, -and LibreJS does not check for that. The rule of thumb is that when you +and LibreJSXUL does not check for that. The rule of thumb is that when you use a library or code that handles AJAX, JSON, JSONP, the loading of scripts dynamically, you should have license mentions for all your JavaScript files and for your main page regardless. In practice this is @@ -297,7 +297,7 @@ are used in another script. If your JavaScript code makes AJAX requests, it's important to get an accurate @dfn{Content-Type} in the response from the server. For example, if you're using JSON, set it to @code{application/json}. -This is because LibreJS alters the content of @code{text/html} +This is because LibreJSXUL alters the content of @code{text/html} responses. @node Free Licenses Detection @@ -323,7 +323,7 @@ When people speak of the ``MIT license'' they mean either the X11 license or the Expat license. Please see which license the code uses, and label it accordingly. -Currently LibreJS checks for the following licenses: +Currently LibreJSXUL checks for the following licenses: @itemize @bullet @@ -563,7 +563,7 @@ Magnet link: @indicateurl{magnet:?xt=urn:btih:12f2ec9e8de2a3b0002a33d518d6010cc8 @end itemize @section Undetected Free Licenses -If you are using a free license that isn't detected by LibreJS and isn't +If you are using a free license that isn't detected by LibreJSXUL and isn't listed in the previous section, please send a message to @email{bug-librejs@@gnu.org} regarding this license, where code released under this license can be found, and where to find the license text and @@ -582,14 +582,14 @@ third-party libraries, it might only take a few minutes. All JavaScript code on a web page (inline, on-page, and external) shares a common scope. Thus, code is generally either rejected or accepted as a -whole by LibreJS. If some JavaScript code is found to be nontrivial and +whole by LibreJSXUL. If some JavaScript code is found to be nontrivial and nonfree, then most of the time, all the the rest is discarded as well. On your website, take a look at your HTML source. You can identify distinct pieces of JavaScript that might be free and some other that are nonfree. -@emph{Tip}: By running LibreJS on your page, you will get a list of all the +@emph{Tip}: By running LibreJSXUL on your page, you will get a list of all the JavaScript that was blocked. This gives you an overview of the JavaScript in your page. @@ -648,11 +648,11 @@ a brilliant project! @end table @section JavaScript Web Labels -One way to make your website work with LibreJS is by defining a +One way to make your website work with LibreJSXUL is by defining a JavaScript Web Labels table. A JavaScript Web Labels table is informative to both site visitors and -the LibreJS program. You make a Web Labels table on a new HTML page +the LibreJSXUL program. You make a Web Labels table on a new HTML page that's linked to from your main page. The table lists each of your site's JavaScript files, that file's corresponding human-readable source file, and the canonical url of its free license. @@ -662,7 +662,7 @@ important to put a copying permission statement at the top of each source file listed in right-most column of the Web Labels table. For info on how properly release your code as free software, see @url{https://www.gnu.org/licenses/gpl-howto.html}. Future versions of -LibreJS will require a copying permission statement or other license +LibreJSXUL will require a copying permission statement or other license notice for source files listed in a Web Labels table. More information on JavaScript Web Labels is detailed here: @@ -699,17 +699,17 @@ table, like this: The @code{<br />} tags just make the table more understandable when looking at the rendered version of it on the license page. They aren't -required by LibreJS. +required by LibreJSXUL. If all the licenses contained in the second column are recognized by -LibreJS to be free licenses, then LibreJS will allow the file in the +LibreJSXUL to be free licenses, then LibreJSXUL will allow the file in the first column to be run. @section Adding a stylized comment in your JavaScript files and on your page See a ``Convention for releasing free JavaScript programs'' in the JavaScript Trap @url{http://www.gnu.org/philosophy/javascript-trap.html} -Adding this notice will ensure LibreJS will find the JavaScript file to +Adding this notice will ensure LibreJSXUL will find the JavaScript file to be free. The @code{@@licstart} and @code{@@licend} lines at the beginning and end of the stylized comment are necessary to make a clear statement that the _entire code_ in the file is free. This means that @@ -721,7 +721,7 @@ in all @code{<script>} tags with on-page code and the inline JavaScript (in event attributes such as onload, onclick, etc, @dots{}). Since external files have their own stylized comment, they are not covered by the notice in the main HTML page. Make sure to identify -all the licenses available. LibreJS will only ensure it matches a +all the licenses available. LibreJSXUL will only ensure it matches a notice of an allowed license once, so the order does not matter, but the responsibility is on you to make sure all code is under the free licenses mentioned between @code{@@licstart} and @code{@@licend}. @@ -735,19 +735,19 @@ When you use the JavaScript Web Labels method, you should still include a license notice at the top of each of your source files. This ensures that if someone copies the file and uses it for something else, the license remains intact. - -For more info on making your JavaScript LibreJS-compliant, see this web + +For more info on making your JavaScript LibreJSXUL-compliant, see this web page: @url{https://www.gnu.org/software/librejs/free-your-javascript.html} -@node LibreJS Development Notes -@chapter LibreJS Development Notes +@node LibreJSXUL Development Notes +@chapter LibreJSXUL Development Notes -@section Running LibreJS from the source directory -Download @command{jpm}, then do something like this in the LibreJS +@section Running LibreJSXUL from the source directory +Download @command{jpm}, then do something like this in the LibreJSXUL directory: @example -jpm run -b `which abrowser` +jpm run -b $(command -v iceweasel-uxp) @end example @section Debugging @@ -776,17 +776,17 @@ Update the version number in: Then run @samp{make info} to build the docs with @file{gendocs.sh}. @itemize @bullet @item -@samp{git commit} and @samp{git tag 6.0.4} +@samp{git commit} and @samp{git tag 6.0.14} @item Export a tarball: @itemize @bullet @item -@samp{git archive --format=tar.gz --prefix=librejs-6.0.4/ 6.0.4 >librejs-6.0.4.tar.gz} +@samp{git archive --format=tar.gz --prefix=librejs-6.0.14/ 6.0.14 >librejs-6.0.14.tar.gz} @item -@samp{mv librejs-6.0.4.tar.gz ~/releases/librejs-6.0.4/} +@samp{mv librejs-6.0.4.tar.gz ~/releases/librejs-6.0.14/} @end itemize @item -Make xpi file: @samp{jpm xpi; mv librejs.xpi librejs-6.0.4.xpi} +Make xpi file: @samp{jpm xpi; mv librejsxul.xpi librejsxul-6.0.14.xpi} @end itemize @node Installation Requirements @@ -796,24 +796,24 @@ Make xpi file: @samp{jpm xpi; mv librejs.xpi librejs-6.0.4.xpi} @appendixsec Mozilla Browser You will need one of the many flavors of the Mozilla browser to use -LibreJS. It can be installed on the following: +LibreJSXUL. It can be installed on the following: -GNU IceCat, Mozilla Firefox, Trisquel Abrowser, Debian Iceweasel. +Iceweasel-UXP -LibreJS works on these browsers starting from version 29. We +LibreJSXUL works on these browsers starting from version 29. We recommend that you use the latest version of your Mozilla browser. -LibreJS has been tested extensively on multiple GNU/Linux distributions, +LibreJSXUL has been tested extensively on multiple GNU/Linux distributions, but it is compatible any operating system as long as you're using a compatible Mozilla browser. @appendixsec Mozilla's Jetpack Manager for Node.js -LibreJS uses the Mozilla @code{jpm} tool, a set of utilities for +LibreJSXUL uses the Mozilla @code{jpm} tool, a set of utilities for creating, testing, running and packaging Mozilla Jetpack Addons. -You do not need @code{jpm} to use the LibreJS xpi file or to install it +You do not need @code{jpm} to use the LibreJSXUL xpi file or to install it using the packaged version, but it is required in order to package the -LibreJS source code into an xpi file. If you would like to run the -tests for LibreJS or make changes to the source files, you +LibreJSXUL source code into an xpi file. If you would like to run the +tests for LibreJSXUL or make changes to the source files, you will need @code{jpm} as well. For the ``make'' command to work properly, you must have the @code{jpm} command available on your system from the command line. @@ -826,21 +826,21 @@ You can find information on getting @code{jpm} at these links: JPM is released under the Mozilla Public License 2.0. -@node LibreJS Internals -@appendix LibreJS Internals +@node LibreJSXUL Internals +@appendix LibreJSXUL Internals -LibreJS intercepts HTTP responses and rewrites their contents after +LibreJSXUL intercepts HTTP responses and rewrites their contents after analyzing JavaScript within them. It does not remove script nodes and attributes from the page, but instead ``deactivates'' them by modifying the @code{type} and @code{src} attributes on script elements and by moving the contents of inline JavaScript attributes such as onClick into harmless attributes. -LibreJS detects the most common cases using the HTTP response method +LibreJSXUL detects the most common cases using the HTTP response method described above, but in extremely rare cases, or when running code -locally, LibreJS cannot detect JavaScript during the response stage. +locally, LibreJSXUL cannot detect JavaScript during the response stage. -To remedy this issue, and as a final safeguard, LibreJS takes a look +To remedy this issue, and as a final safeguard, LibreJSXUL takes a look at the scripts that are about to be executed while the browser engine is parsing the page. If the script is not found in a list of accepted scripts populated earlier, the execution will be prevented. This is to @@ -851,8 +851,8 @@ ensure content types that are not regular HTML (binhex with HTML in it, @appendix Tests -In order to better understand how LibreJS works, you can try to visit -these pages with LibreJS installed and enabled and see how they are +In order to better understand how LibreJSXUL works, you can try to visit +these pages with LibreJSXUL installed and enabled and see how they are being processed: @itemize @bullet @@ -933,7 +933,7 @@ comment. It would be considered nonfree, however, the page itself uses the JavaScript Web Labels method. On the page itself, you will find a link labeled ``JavaScript License Information'', which leads to a page that contains a properly formatted table with the required data on the -external JavaScript file. LibreJS visits this link and determines the +external JavaScript file. LibreJSXUL visits this link and determines the version of jQuery linked from the original page is the one listed there, and flags it as free. All JavaScript is executed (and the title should turn green.) diff --git a/doc/version.texi b/doc/version.texi index 3e99950..2d9302b 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 04 May 2016 -@set UPDATED-MONTH May 2016 -@set EDITION 2 -@set VERSION 6.0.13 +@set UPDATED 05 Jan 2021 +@set UPDATED-MONTH Jan 2021 +@set EDITION 1 +@set VERSION 6.0.14 diff --git a/lib/addon_management/install_uninstall.js b/lib/addon_management/install_uninstall.js index 084b448..040d003 100644 --- a/lib/addon_management/install_uninstall.js +++ b/lib/addon_management/install_uninstall.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ /** @@ -57,7 +57,7 @@ exports.onUnload = function(reason) { exports.onLoad = function () { try { - var clearCache = prompt.dialog(null, "LibreJS installation", "If you have tabs and windows opened prior to installing LibreJS, you will have to refresh them for their JavaScript to be analyzed and blocked. Press OK to clear the browser cache."); + var clearCache = prompt.dialog(null, "LibreJSXUL installation", "If you have tabs and windows opened prior to installing LibreJSXUL. you will have to refresh them for their JavaScript to be analyzed and blocked. Press OK to clear the browser cache."); if (clearCache) { caching.clearAllCache(); } diff --git a/lib/addon_management/prefchange.js b/lib/addon_management/prefchange.js index 48a8765..fa31d99 100644 --- a/lib/addon_management/prefchange.js +++ b/lib/addon_management/prefchange.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var whitelist = []; @@ -67,10 +67,10 @@ prefSet.on("whitelist", setWhitelist); /*var setDryRun = function () { var dryRun = prefSet.prefs.dryrun; if (dryRun === true) { - prompt.alert(null, "LibreJS Dry Run Mode", "Is Dry Run Mode really what you want? LibreJS will still analyze JavaScript on a page, but it will not block any of it. As a result, ALL of the JavaScript on a page will run as is, whether it is free and trivial or not. You will not be warned again. Uncheck that box if you are unsure."); + prompt.alert(null, "LibreJSXUL Dry Run Mode", "Is Dry Run Mode really what you want? LibreJSXUL will still analyze JavaScript on a page, but it will not block any of it. As a result, ALL of the JavaScript on a page will run as is, whether it is free and trivial or not. You will not be warned again. Uncheck that box if you are unsure."); scriptsCached.resetCache(); } else { - prompt.alert(null, "LibreJS Dry Run Mode", "LibreJS Dry Run Mode is now disabled"); + prompt.alert(null, "LibreJSXUL Dry Run Mode", "LibreJSXUL Dry Run Mode is now disabled"); } };*/ @@ -102,7 +102,7 @@ exports.isComplaintTab = function () { var setDisplayNotifications = function () { var displayNotifications = prefSet.prefs.display_notifications; if (displayNotifications === true) { - prompt.alert(null, "Turning on notifications", "Notifications with code snippets will now appear while LibreJS is analyzing JavaScript on a page."); + prompt.alert(null, "Turning on notifications", "Notifications with code snippets will now appear while LibreJSXUL is analyzing JavaScript on a page."); } else { prompt.alert(null, "Turning off notifications", "Notifications of code being analyzed will not be displayed."); } diff --git a/lib/html_script_finder/bug_fix.js b/lib/html_script_finder/bug_fix.js index c6bcb16..d770d4a 100644 --- a/lib/html_script_finder/bug_fix.js +++ b/lib/html_script_finder/bug_fix.js @@ -1,24 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ -exports.END_OF_SCRIPT = 'this.narcissusBugFixLibreJS'; // value from parse tree without \n\n -exports.narcissusBugFixLibreJS = '\n\n' + exports.END_OF_SCRIPT; // real value from source. - +exports.END_OF_SCRIPT = 'this.narcissusBugFixLibreJSXUL'; // value from parse tree without \n\n +exports.narcissusBugFixLibreJSXUL = '\n\n' + exports.END_OF_SCRIPT; // real value from source. diff --git a/lib/html_script_finder/dom_handler.js b/lib/html_script_finder/dom_handler.js index e16f673..9d49ced 100644 --- a/lib/html_script_finder/dom_handler.js +++ b/lib/html_script_finder/dom_handler.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ /** @@ -449,10 +449,10 @@ DomHandler.prototype.removeGivenJs = function (script, reason, singleton, hash) } } if (isAllowed) { - comment_str = 'LibreJS: Script should be blocked, but page is whitelisted.'; + comment_str = 'LibreJSXUL: Script should be blocked, but page is whitelisted.'; script.status = statusTypes.ACCEPTED; } else { - comment_str = 'LibreJS: script blocked.'; + comment_str = 'LibreJSXUL: script blocked.'; script.status = statusTypes.REJECTED; } diff --git a/lib/html_script_finder/dom_handler/attributes.js b/lib/html_script_finder/dom_handler/attributes.js index ac603fe..f493953 100644 --- a/lib/html_script_finder/dom_handler/attributes.js +++ b/lib/html_script_finder/dom_handler/attributes.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ // object model for script entries. diff --git a/lib/html_script_finder/dom_handler/dom_checker.js b/lib/html_script_finder/dom_handler/dom_checker.js index b4d27b2..cdf5edd 100644 --- a/lib/html_script_finder/dom_handler/dom_checker.js +++ b/lib/html_script_finder/dom_handler/dom_checker.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ /** diff --git a/lib/html_script_finder/dom_handler/dom_gatherer.js b/lib/html_script_finder/dom_handler/dom_gatherer.js index ce29cf6..c9abf56 100644 --- a/lib/html_script_finder/dom_handler/dom_gatherer.js +++ b/lib/html_script_finder/dom_handler/dom_gatherer.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var scriptProperties = require("./script_properties"); @@ -246,9 +246,9 @@ DomGatherer.prototype.gatherScriptsContent = function() { } else if (this.d.domScripts[i].text !== '') { // using else if since script text is // ignored if src attribute is set. - // adding this.narcissusBugFixLibreJS to fix comment bug. + // adding this.narcissusBugFixLibreJSXUL to fix comment bug. var bugfix = require('../../html_script_finder/bug_fix') - .narcissusBugFixLibreJS; + .narcissusBugFixLibreJSXUL; currentScript = stripHtmlCommentsInScript( this.d.domScripts[i].text + bugfix); diff --git a/lib/html_script_finder/dom_handler/request.js b/lib/html_script_finder/dom_handler/request.js index f25ba8f..2cbb411 100644 --- a/lib/html_script_finder/dom_handler/request.js +++ b/lib/html_script_finder/dom_handler/request.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var timer = require("sdk/timers"); diff --git a/lib/html_script_finder/dom_handler/script_object.js b/lib/html_script_finder/dom_handler/script_object.js index 64468b4..ac21cab 100644 --- a/lib/html_script_finder/dom_handler/script_object.js +++ b/lib/html_script_finder/dom_handler/script_object.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var removedScripts = require("../../script_entries/removed_scripts") @@ -185,7 +185,7 @@ Script.prototype.tagAsDryRun = function(pageURL, reason, hash) { * */ Script.prototype.removeNarcissusBugLine = function(str) { - return str.replace('\n\nthis.narcissusBugFixLibreJS', ''); + return str.replace('\n\nthis.narcissusBugFixLibreJSXUL', ''); }; /** diff --git a/lib/html_script_finder/dom_handler/script_properties.js b/lib/html_script_finder/dom_handler/script_properties.js index 07af983..1faad95 100644 --- a/lib/html_script_finder/dom_handler/script_properties.js +++ b/lib/html_script_finder/dom_handler/script_properties.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ exports.scriptTypes = { diff --git a/lib/html_script_finder/html_parser.js b/lib/html_script_finder/html_parser.js index ab36eaf..4d17462 100644 --- a/lib/html_script_finder/html_parser.js +++ b/lib/html_script_finder/html_parser.js @@ -47,25 +47,25 @@ */ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ /** diff --git a/lib/html_script_finder/url_seen_tester.js b/lib/html_script_finder/url_seen_tester.js index fbba0c0..e06f152 100644 --- a/lib/html_script_finder/url_seen_tester.js +++ b/lib/html_script_finder/url_seen_tester.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var httpRe = /^(http:)/i; diff --git a/lib/html_script_finder/web_labels/find_js_labels.js b/lib/html_script_finder/web_labels/find_js_labels.js index e392024..3986e0f 100644 --- a/lib/html_script_finder/web_labels/find_js_labels.js +++ b/lib/html_script_finder/web_labels/find_js_labels.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ /** diff --git a/lib/html_script_finder/web_labels/js_web_labels.js b/lib/html_script_finder/web_labels/js_web_labels.js index 0cb64bf..13e1c9f 100644 --- a/lib/html_script_finder/web_labels/js_web_labels.js +++ b/lib/html_script_finder/web_labels/js_web_labels.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ // node.js url module. Makes it easier to resolve @@ -153,7 +153,7 @@ WebLabelFinder.prototype.fetchLicensePage = function() { /** * @method isLicenseFree * Returns true if the given web labels row refers to a script that - * can be executed by LibreJS. + * can be executed by LibreJSXUL. * * This method has some side effects :-/ * diff --git a/lib/html_script_finder/web_labels/script_hash_worker.js b/lib/html_script_finder/web_labels/script_hash_worker.js index 4ed9d21..90c95f5 100644 --- a/lib/html_script_finder/web_labels/script_hash_worker.js +++ b/lib/html_script_finder/web_labels/script_hash_worker.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ const types = require("../../js_checker/constant_types"); diff --git a/lib/http_observer/allowed_referrers.js b/lib/http_observer/allowed_referrers.js index 06d860b..712cc8a 100644 --- a/lib/http_observer/allowed_referrers.js +++ b/lib/http_observer/allowed_referrers.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var prefChange = require("../addon_management/prefchange"); diff --git a/lib/http_observer/caching.js b/lib/http_observer/caching.js index 285f95a..60d481c 100644 --- a/lib/http_observer/caching.js +++ b/lib/http_observer/caching.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var {Cc, Ci, Cu, Cm, Cr} = require("chrome"); diff --git a/lib/http_observer/http_request_observer.js b/lib/http_observer/http_request_observer.js index 0b6e14d..ae2726d 100644 --- a/lib/http_observer/http_request_observer.js +++ b/lib/http_observer/http_request_observer.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var {Cc, Ci, Cu, Cm, Cr} = require("chrome"); diff --git a/lib/http_observer/process_response.js b/lib/http_observer/process_response.js index 72f236c..6bd518e 100644 --- a/lib/http_observer/process_response.js +++ b/lib/http_observer/process_response.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ /** @@ -219,7 +219,7 @@ var processResponseObject = { console.debug('js error in js app, removing script', e); console.debug("error", e, e.lineNumber); // modify data that will be sent to the browser. - this.data = '// LibreJS: Script contents were removed when it was loaded from a page, because another script attempted to load this one dynamically. Please place your cursor in the url bar and press the enter key to see the source.'; + this.data = '// LibreJSXUL: Script contents were removed when it was loaded from a page, because another script attempted to load this one dynamically. Please place your cursor in the url bar and press the enter key to see the source.'; this.jsListenerCallback(); } @@ -296,7 +296,7 @@ var processResponseObject = { removedScripts.addAScript(this.req.referrer.spec, scriptObj); // modify data that will be sent to the browser. - this.data = '// LibreJS: Script contents were removed when it was loaded from a page, because another script attempted to load this one dynamically and its contents appear to be nonfree/nontrivial. Please hit enter in the location bar to see the actual source.'; + this.data = '// LibreJSXUL: Script contents were removed when it was loaded from a page, because another script attempted to load this one dynamically and its contents appear to be nonfree/nontrivial. Please hit enter in the location bar to see the actual source.'; } else { console.debug("writing to dry run", this.url); scriptObj = { @@ -348,7 +348,7 @@ var processResponseObject = { * original listener. */ processAllTypes: function() { - // toggle xlibrejs if X-LibreJS is set. + // toggle xlibrejs if X-LibreJSXUL is set. // process HTML if ((htmlMimeTypeRe.test(this.contentType) || diff --git a/lib/http_observer/stream_loader.js b/lib/http_observer/stream_loader.js index c790fe2..66c9016 100644 --- a/lib/http_observer/stream_loader.js +++ b/lib/http_observer/stream_loader.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var {Cc, Ci, Cu, Cm, Cr} = require("chrome"); diff --git a/lib/js_checker/constant_types.js b/lib/js_checker/constant_types.js index a2da0da..a1ef732 100644 --- a/lib/js_checker/constant_types.js +++ b/lib/js_checker/constant_types.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ //var debug = require("debug/debug"); diff --git a/lib/js_checker/free_checker.js b/lib/js_checker/free_checker.js index 9da4b35..cd1b421 100644 --- a/lib/js_checker/free_checker.js +++ b/lib/js_checker/free_checker.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var licenses = require('./license_definitions'); @@ -185,10 +185,10 @@ exports.freeCheck = { * checkIsLastJsNode. * returns true if n is the last node. * Or if nodes before it are only comments etc (not valid code.) - * A special LibreJS node is appended at the end of a script tree to + * A special LibreJSXUL node is appended at the end of a script tree to * check if this is the last (and also for narcissus to keep the last comment * in the tree.) - * TODO: Refactor LibreJS so that END nodes can have a comment. + * TODO: Refactor LibreJSXUL so that END nodes can have a comment. */ checkIsLastNode: function (n) { // first check if the comment is part of the very last statement. diff --git a/lib/js_checker/js_checker.js b/lib/js_checker/js_checker.js index ecf0826..1d1fed9 100644 --- a/lib/js_checker/js_checker.js +++ b/lib/js_checker/js_checker.js @@ -1,24 +1,24 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * Copyright (C) 2015 Ruben Rodriguez * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var {Cc, Ci, Cu, Cm, Cr} = require("chrome"); @@ -45,23 +45,23 @@ const timer = require("sdk/timers"); var callbackMap = {}; /** - * - * Pairs a hash with a given callback + * + * Pairs a hash with a given callback * method from an object. - * + * */ var setHashCallback = function(hash, callback, notification) { console.debug('setHashCallback', hash); if (hash in callbackMap && isDryRun()) { // workaround for issue with dryrun after checking box. // do nothing. - callbackMap[hash] = callback; + callbackMap[hash] = callback; } else if (hash in callbackMap) { console.debug("callback", callbackMap[hash]); if (notification && typeof notification.close === 'function') { notification.close(); } - throw Error("already being checked."); + throw Error("already being checked."); } else { console.debug('setting callbackMap for', hash, 'to', callback); callbackMap[hash] = callback; @@ -78,7 +78,7 @@ var removeHashCallback = function(hash) { /** * find callback and return result (parse tree). - * + * */ exports.callbackHashResult = function(hash, result) { console.debug('typeof callbackMap function:', typeof callbackMap[hash]); @@ -167,7 +167,7 @@ JsChecker.prototype.isFreeLicensed = function(script) { JsChecker.prototype.searchJs = function(jsCode, resultReady, url) { var that = this; var bugfix = require('../html_script_finder/bug_fix') - .narcissusBugFixLibreJS; + .narcissusBugFixLibreJSXUL; console.debug('JsChecker.searchJs for script url:', url); this.url = url; this.resultReady = resultReady; @@ -177,7 +177,7 @@ JsChecker.prototype.searchJs = function(jsCode, resultReady, url) { .createNotification(this.shortText).notification; var verbatimCode = this.jsCode.replace(bugfix, ''); - this.hash = scriptsCached.getHash(verbatimCode); + this.hash = scriptsCached.getHash(verbatimCode); var isCached = scriptsCached.isCached(verbatimCode, this.hash); if (isCached) { console.debug("We have it cached indeed!"); @@ -254,14 +254,14 @@ JsChecker.prototype.handleTree = function(tree, errorMessage) { /** * getCheckerResult - * + * * Callback to Assign result from walkTree to property. * reset parse tree. create cache entry. - * + * */ JsChecker.prototype.getCheckerResult = function(result) { // done with parse tree. Get rid of it. - this.parseTree = {}; + this.parseTree = {}; this.removeNotification(); this.parseTree.nonTrivialChecker = this.nonTrivialChecker; @@ -279,13 +279,13 @@ JsChecker.prototype.getCheckerResult = function(result) { /** * trivialCheck * - * Runs nodes through a series of conditional statements + * Runs nodes through a series of conditional statements * to find out whether it is trivial or not. * * @param {object} n. The current node being studied. - * @param {string} t. The type of node being studied + * @param {string} t. The type of node being studied * (initializer, functionbody, try block, ...) - * + * */ JsChecker.prototype.trivialCheck = function(n) { return this.nonTrivialChecker.checkNontrivial(n); @@ -294,12 +294,12 @@ JsChecker.prototype.trivialCheck = function(n) { /** * freeCheck * - * Check if comments above current node could be a free licence. + * Check if comments above current node could be a free licence. * If it is, then the script will be flagged as free. * * @param {object} n. The current node being studied. * (initializer, functionbody, try block, ...) - * + * */ JsChecker.prototype.freeCheck = function(n, ntype) { var check = freeChecker.freeCheck.checkNodeFreeLicense(n, this.queue); @@ -308,8 +308,8 @@ JsChecker.prototype.freeCheck = function(n, ntype) { /** * walkTree - * - * An iterative functionwalking the parse tree generated by + * + * An iterative functionwalking the parse tree generated by * Narcissus. * * @param {object} node. The original node. @@ -317,10 +317,10 @@ JsChecker.prototype.freeCheck = function(n, ntype) { */ JsChecker.prototype.walkTree = function(node) { var queue = [node]; - var i, + var i, len, - n, counter = 0, - result, + n, counter = 0, + result, processQueue, that = this; @@ -352,7 +352,7 @@ JsChecker.prototype.walkTree = function(node) { // fetch all the children. len = n.children.length; for (i = 0; i < len; i++) { - if (n.children[i] != undefined && + if (n.children[i] != undefined && n.children[i].visited == undefined ) { // figure out siblings. @@ -374,11 +374,11 @@ JsChecker.prototype.walkTree = function(node) { if (n.type != undefined) { // fetch all properties that may have nodes. for (var item in n) { - if (item != 'tokenizer' && + if (item != 'tokenizer' && item != 'children' && - item != 'length' && - n[item] != null && - typeof n[item] === 'object' && + item != 'length' && + n[item] != null && + typeof n[item] === 'object' && n[item].type != undefined && n[item].visited == undefined ) { @@ -413,7 +413,7 @@ JsChecker.prototype.walkTree = function(node) { if ((end - start) > 30) { // been running more than 20ms, pause - // for 10 ms before calling processQueue + // for 10 ms before calling processQueue // again. timer.setTimeout(processQueue, 8); return; @@ -451,10 +451,10 @@ JsChecker.prototype.cancelWalkTree = function() { /** * walkTreeComplete - * + * * Trigger when the walkTree has been completed or * when it has been cut short. - * + * */ JsChecker.prototype.walkTreeComplete = function(result) { var that = this; @@ -499,9 +499,9 @@ JsChecker.prototype.walkTreeComplete = function(result) { /** * checkNode - * + * * checks a single node. - * + * */ JsChecker.prototype.checkNode = function(n) { var sub; diff --git a/lib/js_checker/license_definitions.js b/lib/js_checker/license_definitions.js index 26e56a0..90107e4 100644 --- a/lib/js_checker/license_definitions.js +++ b/lib/js_checker/license_definitions.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ exports.types = { SHORT: 'short', diff --git a/lib/js_checker/nontrivial_checker.js b/lib/js_checker/nontrivial_checker.js index 1c79a2a..21cf478 100644 --- a/lib/js_checker/nontrivial_checker.js +++ b/lib/js_checker/nontrivial_checker.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ const types = require("./constant_types"); diff --git a/lib/js_checker/pattern_utils.js b/lib/js_checker/pattern_utils.js index b3e84d6..ebb0b2e 100644 --- a/lib/js_checker/pattern_utils.js +++ b/lib/js_checker/pattern_utils.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ exports.patternUtils = { diff --git a/lib/js_checker/privacy_checker.js b/lib/js_checker/privacy_checker.js index fe0fa8a..3e6d747 100644 --- a/lib/js_checker/privacy_checker.js +++ b/lib/js_checker/privacy_checker.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ const privacyThreatJs = require('./privacy_threat_definitions.js'); diff --git a/lib/js_checker/privacy_threat_definitions.js b/lib/js_checker/privacy_threat_definitions.js index fd04dcf..49e503f 100644 --- a/lib/js_checker/privacy_threat_definitions.js +++ b/lib/js_checker/privacy_threat_definitions.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ exports.js = { diff --git a/lib/js_checker/relation_checker.js b/lib/js_checker/relation_checker.js index 21580a9..50769c0 100644 --- a/lib/js_checker/relation_checker.js +++ b/lib/js_checker/relation_checker.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ /** * relation_checker.js diff --git a/lib/js_load_observer/js_load_observer.js b/lib/js_load_observer/js_load_observer.js index 525f58f..ddc4325 100644 --- a/lib/js_load_observer/js_load_observer.js +++ b/lib/js_load_observer/js_load_observer.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var {Cc, Ci, Cu, Cm, Cr} = require("chrome"); @@ -71,7 +71,7 @@ ScriptAnalyzer.prototype.analyzeScriptBeforeExec = function (e) { // file:// types of pages are allowed. // set invalid type so that the script is detected - // by LibreJS as blocked (although it's blocked using + // by LibreJSXUL as blocked (although it's blocked using // preventDefault(). script.setAttribute('type', 'librejs/blocked'); //script.setAttribute('data-librejs-blocked', 'dynamically'); diff --git a/lib/main.js b/lib/main.js index b704aad..990dfb9 100644 --- a/lib/main.js +++ b/lib/main.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ // Uncomment the following to start debugging, or do it from about:config. @@ -45,10 +45,10 @@ var cachedResult = librejsStorage.init(); librejsStorage.generateCacheFromDB(); exports.main = function(options, callbacks) { - if (options.loadReason === 'enable' || - options.loadReason === 'install' + if (options.loadReason === 'enable' || + options.loadReason === 'install' ) { - addonManage.onLoad(); + addonManage.onLoad(); } }; diff --git a/lib/parser/narcissus_worker.js b/lib/parser/narcissus_worker.js index e9829b4..ffbd167 100644 --- a/lib/parser/narcissus_worker.js +++ b/lib/parser/narcissus_worker.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var data = require("sdk/self").data; diff --git a/lib/pref_observer/pref_observer.js b/lib/pref_observer/pref_observer.js index 2c5e360..7ad63b1 100644 --- a/lib/pref_observer/pref_observer.js +++ b/lib/pref_observer/pref_observer.js @@ -1,22 +1,22 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var {Cc, Ci} = require("chrome"); diff --git a/lib/preferences/preferences.js b/lib/preferences/preferences.js index 46d2a46..df9d695 100644 --- a/lib/preferences/preferences.js +++ b/lib/preferences/preferences.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var data = require("sdk/self").data; var panel = require("sdk/panel"); diff --git a/lib/script_entries/accepted_scripts.js b/lib/script_entries/accepted_scripts.js index bac11f0..ddb07d8 100644 --- a/lib/script_entries/accepted_scripts.js +++ b/lib/script_entries/accepted_scripts.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var allScripts = require('./all_scripts').allScripts; diff --git a/lib/script_entries/all_scripts.js b/lib/script_entries/all_scripts.js index c27a410..f7f9b11 100644 --- a/lib/script_entries/all_scripts.js +++ b/lib/script_entries/all_scripts.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var crypto = require('./crypto'); diff --git a/lib/script_entries/crypto.js b/lib/script_entries/crypto.js index 9393e8b..0eb09dd 100644 --- a/lib/script_entries/crypto.js +++ b/lib/script_entries/crypto.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var {Cc, Ci, Cu, Cm, Cr} = require("chrome"); diff --git a/lib/script_entries/dryrun_scripts.js b/lib/script_entries/dryrun_scripts.js index a15b0b2..9c78ea0 100644 --- a/lib/script_entries/dryrun_scripts.js +++ b/lib/script_entries/dryrun_scripts.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var allScripts = require('./all_scripts').allScripts; diff --git a/lib/script_entries/free_libraries.js b/lib/script_entries/free_libraries.js index 291b982..bd83eb8 100644 --- a/lib/script_entries/free_libraries.js +++ b/lib/script_entries/free_libraries.js @@ -1,26 +1,26 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ -// THIS MODULE IS DEPRECATED IN FAVOR OF THE NEW WHITELISTING MODULE (LibreJS 6.0) +// THIS MODULE IS DEPRECATED IN FAVOR OF THE NEW WHITELISTING MODULE (LibreJSXUL 6.0) var relationChecker = require("../js_checker/relation_checker") .relationChecker; @@ -32,7 +32,7 @@ var scriptsCached = require("./scripts_cache").scriptsCached; var dbContents = require("sdk/self").data.load( "script_libraries/script-libraries.json"); -const AUTHOR_REASON = "This script has been tagged as free software by LibreJS authors."; +const AUTHOR_REASON = "This script has been tagged as free software by LibreJSXUL authors."; var freeLibraries = JSON.parse(dbContents); /* a database of the free libraries recognized by default */ diff --git a/lib/script_entries/removed_scripts.js b/lib/script_entries/removed_scripts.js index 2a3b1d3..3b1ecc9 100644 --- a/lib/script_entries/removed_scripts.js +++ b/lib/script_entries/removed_scripts.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var allScripts = require('./all_scripts').allScripts; diff --git a/lib/script_entries/scripts_cache.js b/lib/script_entries/scripts_cache.js index 52ae33f..7589e98 100644 --- a/lib/script_entries/scripts_cache.js +++ b/lib/script_entries/scripts_cache.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var relationCheckerObj = require("../js_checker/relation_checker") .relationChecker; diff --git a/lib/settings/settings_tab.js b/lib/settings/settings_tab.js index 6e28ef6..a6a7cdb 100644 --- a/lib/settings/settings_tab.js +++ b/lib/settings/settings_tab.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ const tabs = require("sdk/tabs"); const data = require("sdk/self").data; diff --git a/lib/settings/storage.js b/lib/settings/storage.js index abd42e6..7569f21 100644 --- a/lib/settings/storage.js +++ b/lib/settings/storage.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ /*jshint esnext: true */ @@ -168,7 +168,7 @@ let librejsStorage = { entry.result = { 'type': 4, 'reason': 'This script has been tagged as free ' + - 'software by LibreJS authors.' + 'software by LibreJSXUL authors.' }; } entry.relationChecker = rc; @@ -1,22 +1,22 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ let data = require("sdk/self").data; @@ -121,7 +121,7 @@ let UI = exports.UI = { var toggleButton = ToggleButton({ id: 'librejs-toggle-switch', - label: 'LibreJS', + label: 'LibreJSXUL', icon: { '16': './widget/images/librejs.png', '32': './widget/images/librejs-32.png', @@ -140,7 +140,7 @@ let UI = exports.UI = { var menuitem = require("menuitem").Menuitem({ id: 'librejs_settings', menuid: 'menu_ToolsPopup', - label: 'LibreJS Whitelist', + label: 'LibreJSXUL Whitelist', onCommand: function() { settings_tab.settingsManager.open(); }, diff --git a/lib/ui/notification.js b/lib/ui/notification.js index c49b083..02d05f5 100644 --- a/lib/ui/notification.js +++ b/lib/ui/notification.js @@ -1,26 +1,26 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ -// this module is used to display a notification when LibreJS +// this module is used to display a notification when LibreJSXUL // is running to inform the user it is indeed busy working. const timer = require("sdk/timers"); const self = require("sdk/self"); @@ -57,15 +57,15 @@ exports.createNotification = function (jsValue) { var self = require('sdk/self'); var notif = require("notification-box").NotificationBox({ 'value': 'librejs-message', - 'label': 'LibreJS is analyzing: ' + jsValue + " ...", + 'label': 'LibreJSXUL is analyzing: ' + jsValue + " ...", 'priority': 'INFO_LOW', 'image': self.data.url("assets/images/torchy2.png"), /*'buttons': [{'label': "Fine", 'onClick': function () { }}]*/ }); - timer.setTimeout(function () { + timer.setTimeout(function () { // ensure notifications are ALWAYS removed at some point. - console.debug("removing after 2 seconds"); + console.debug("removing after 2 seconds"); try { var n = notif.notificationbox .getNotificationWithValue('librejs-message'); diff --git a/lib/ui/script_panel.js b/lib/ui/script_panel.js index 12c25ae..535fc6d 100644 --- a/lib/ui/script_panel.js +++ b/lib/ui/script_panel.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var urlHandler = require("../url_handler/url_handler"); diff --git a/lib/ui/ui_info.js b/lib/ui/ui_info.js index 8b5ad81..8ded9ad 100644 --- a/lib/ui/ui_info.js +++ b/lib/ui/ui_info.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ // page mod executing content script at every page load. diff --git a/lib/url_handler/url_handler.js b/lib/url_handler/url_handler.js index 234dff5..3faea17 100644 --- a/lib/url_handler/url_handler.js +++ b/lib/url_handler/url_handler.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2013, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ /** diff --git a/package.json b/package.json index cd71890..d54d4f1 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,16 @@ { - "name": "librejs", + "name": "librejsxul", "license": "GPL-3.0+", - "author": "Loic J. Duros", - "homepage": "https://gnu.org/software/librejs/", - "repository": "http://git.savannah.gnu.org/cgit/librejs.git/", - "version": "6.0.13", - "title": "GNU LibreJS", + "author": "Loic J. Duros, and fork by Jesus E.", + "homepage": "https://libregit.org/heckyel/librejsxul.git", + "repository": "https://libregit.org/heckyel/librejsxul.git", + "version": "6.0.14", + "title": "GNU LibreJSXUL", "id": "jid1-KtlZuoiikVfFew@jetpack", - "description": "GNU LibreJS is an add-on for Mozilla-based browsers (IceCat, Firefox, Abrowser, Iceweasel)\n that prevents the execution of nonfree nontrivial JavaScript as described in \"The Javascript Trap\": http://www.gnu.org/philosophy/javascript-trap.html", + "description": "GNU LibreJSXUL is an add-on for Iceweasel-UXP\n that prevents the execution of nonfree nontrivial JavaScript as described in \"The Javascript Trap\": https://www.gnu.org/philosophy/javascript-trap.html", "main": "lib/main.js", "dependencies": { + "jpm": "^1.3.1", "menuitem": "0.0.5", "notification-box": "0.1.1" }, @@ -32,7 +33,7 @@ }, { "name": "display_notifications", - "title": "Display notifications of the JavaScript code being analyzed by LibreJS.", + "title": "Display notifications of the JavaScript code being analyzed by LibreJSXUL.", "type": "bool", "value": false }, diff --git a/test/mock/long_string.js b/test/mock/long_string.js index 3afa378..875808e 100644 --- a/test/mock/long_string.js +++ b/test/mock/long_string.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012 Loic J. Duros * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ -exports.longString = "\n\n LibreJS Information\n\n Current Version: 2.4.2 -- 12/08/2011\n \n Copyright (C) 2011 Loic J. Duros.\n Permission is granted to copy, distribute and/or modify this document\n under the terms of the GNU Free Documentation License, Version 1.3\n or any later version published by the Free Software Foundation;\n with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.\n A copy of the license is included in the section entitled \"GNU\n Free Documentation License\".\n \n\nPlain text copy\nA plain text copy of this documentation is available here.\n\nOverview\nLibreJS is an add-on for GNU IceCat (Mozilla Firefox, Abrowser, Iceweasel, …) that\nprevents the execution of nonfree nontrivial JavaScript as described\nin \"The Javascript Trap\":\nhttp://www.gnu.org/philosophy/javascript-trap.html\nIt has been tested for Firefox 7. Please see the Known issues section\nin this document before using LibreJS.\n\nDisclaimer\n\nLibreJS is not a security tool and while its goal is to detect nonfree\n nontrivial JavaScript, it does not detect whether free or trivial\n code is malicious or not. You can use NoScript (or YesScript) in\n conjunction with LibreJS to ensure security of the JavaScript being\n loaded.\nBecause LibreJS intercepts http responses to analyze and remove\n JavaScript from a page, it will not analyze and block JavaScript if\n it is loaded locally as a file within the user's filesystem, for\n instance with file:///home/someone/test.html -- a request\n http://localhost, however, would be caught and analyzed by the\n add-on.\nLibreJS is always a work in progress. If you find a bug, please\n report it to lduros@gnu.org\n\n\nChanges from version 2.4.1 to version 2.4.2\nSee changelog.\n\nChanges from version 1.x to version 2\n1) The @licstart @licend stylized comments are now obligatory rather\nthan optional. We want to make sure an entire page is explicitely free\nbefore considering it as free.\n2) In version 1, all scripts that defined a function or method were\nflagged as nontrivial. In version 2, as described in The JavaScript\nTrap, it will only consider the JavaScript program as nontrivial if\nthe scripts define a function or a method and load external scripts\nusing the html <script> tag, or if an external script defines a method\nor a function. \n3) In the version 1, scripts on page and remote were analyzed individually.\n In version 2 (current version):\n \n all scripts that are directly embedded in an html page are\n analyzed as one to see whether they are trivial or free.\n If the on-page JavaScript is nonfree and nontrivial, all\n JavaScript is removed and none of the external files are\n analyzed.\n If the on-page JavaScript is free or trivial, the external\n scripts are then fetched and analyzed to find whether they are\n free or trivial individually.\n If any script, on-page or external, is found to be nontrivial,\n all JavaScript is removed from the page (inline scripts,\n intrinsec events in html attributes, external scripts, ...)\n If any free script is found to perform an AJAX request or embed\n another script dynamically, or any construct that is flagged as\n \"suspicious\", then any trivial code becomes \"nontrivial\", and\n all JavaScript is then removed.\n When all the code is free but loads JavaScript dynamically, all\n http responses of mime type javascript are checked to see\n whether they are free/trivial at request time, and rejected if\n they are nonfree nontrivial.\n\n4) In version 1, a pure JavaScript HTML partial parser was used to\n find <script> tags and other JavaScript elements on page. In\n version 2, we are using a heavily modified third-party script to\n load the http response intercepted into a hidden iframe with a data\n uri (the hidden iframe has JavaScript off, as well as plugins off,\n following the instructions in\n https://developer.mozilla.org/En/Displaying_web_content_in_an_extension_without_security_issues). \n We are then using JavaScript DOM methods to fetch and remove\n scripts. This new method is a lot more secure and less prone to\n forgetting some of the JavaScript or not finding weird\n constructs. It also removes parts of the issue with the freezing\n UI.\n5) We are now using the url module from the Node.js project\n (http://nodejs.org/) to convert relative path into absolute urls\n when the DOM is loaded with a data uri.\n\nScreenshots\n\n\n\nThe panel that shows the blocked JavaScript:\n http://lduros.net/assets/librejs/v1/screenshots/librejs-v1-blockedscript-panel.jpg\n\nThe preferences panel:\n http://lduros.net/assets/librejs/v1/screenshots/librejs-v1-preferences.jpg\n\n\n\nLicense\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.\n\nHow to use\n\nAfter installing the add-on, you will see the LibreJS widget in the\nadd-on bar at the bottom of the browser window. After loading a page,\nleft-click on the widget to view the list of JavaScript removed from\nthe page (both on page and external). Up to 1000 characters are\ndisplayed per Javascript piece, since some files are so large it\nbecomes impractical to display them in their entirety. See screenshot\nhere: \nhttp://lduros.net/assets/librejs/v1/screenshots/librejs-v1-blockedscript-panel.jpg\nYou can also take a look at the JS removed by looking at the\npage source: CTRL + U.\n\nLibreJS intercepts http responses and rewrites them after analyzing\nJavaScript within them. While it uses mime types to a certain extent,\nit does not rely only on them and attempts to analyze any file for\njavascript content (a content sniffer of some sort is on the way for a\nfuture release).\n\nThe add-on offers a few options (and more to come). You can access\nthese options by right-clicking the widget. Please ignore the add-on\ncontext menu that will appear (this is a bug with Firefox and the\nadd-on sdk).\n\nA panel should appear in the middle of the page, with two checkboxes\navailable: \nhttp://lduros.net/assets/librejs/v1/screenshots/librejs-v1-preferences.jpg\nCurrently, LibreJS searches for license mentions in two\nways, a short and a lazy way (the latter is optional). One uses\nexcerpts from the short notices usually provided by many licenses for\ninclusion within source files, e.g. for the GPLv2: \n <THISPROGRAM> is free software; you can redistribute it\n and/or modify it under the terms of the GNU General Public\n License as published by the Free Software Foundation; either\n version 2 of the License, or (at your option) any later\n version.\nWhen it finds a match, it flags the piece of JS as free. This is\ncalled short definition. Another type of notice we call \"lazy\", here\nis a popular example: \n Dual licensed under the MIT or GPL Version 3 licenses \nWhen the \"Do not tolerate lazy license mentions\" checkbox is checked,\nthe latter type of license mention is not used.\n\nTests\nIn order to better understand how LibreJS works, you can try to visit\nthese pages with LibreJS installed and enabled and see how they are\nbeing processed:\n\n1) http://lduros.net/assets/librejs/tests/trivial-inline-trivial-external/\n This page contains trivial on-page JavaScript code, and an external\n script that contains trivial JavaScript code.\n Therefore, all JavaScript is being executed.\n\n2) http://lduros.net/assets/librejs/tests/trivial-inline-nontrivial-external/\n This page contains trivial on-page JavaScript code, but loads an\n external script that defines a function (nontrivial) and is not\n free.\n Therefore, all JavaScript is REMOVED from the page.\n\n3) http://lduros.net/assets/librejs/tests/nontrivial-inline-trivial-external/\n This page contains nontrivial code on page, and trivial code in its\n external page.\n All JavaScript is REMOVED from the page.\n\n4) http://lduros.net/assets/librejs/tests/free-inline-free-external/\n This page contains free on-page (GPL 3) JavaScript, and free\n external Javascript. Therefore all JavaScript is being executed.\n\n5) http://lduros.net/assets/librejs/tests/free-inline-nonfree-nontrivial-external/\n This page contains free on-page JavaScript, but contains nonfree\n nontrivial JavaScript in its external file (ajax request).\n All JavaScript is REMOVED from the page.\n\n6) http://lduros.net/assets/librejs/tests/intrinsec-event/\n This page contains trivial on-page code, with an intrinsec event in\n an html attribute (onload).\n All JavaScript is being executed.\n\n7) http://lduros.net/assets/librejs/tests/trivial-inline-free-external-defines-function/\n This page contains on-page trivial JavaScript (only makes a window\n alert and loads an external script using the html <script> tag with the\n src attribute. The external script is free (GPL v3), and since it\n is only nontrivial because it defines a function, the on-page\n trivial code is allowed to use it.\n All JavaScript is being executed.\n\n8) http://lduros.net/assets/librejs/tests/trivial-inline-free-external-writes-script/\n This page contains trivial on-page JavaScript code, and loads an\n external script that is free.\n HOWEVER, this free external script loads a script\n dynamically. Therefore, since trivial code might be using it, no\n trivial code is allowed.\n Since the on-page trivial code is now nontrivial,\n all Javascript is REMOVED from the page.\n\n9) http://lduros.net/assets/librejs/tests/shelltypist/demo/real-life-example-with-jquery-free.html\n This is a real-life example of a small jQuery plugin. The on-page\n JavaScript code has a free license. The jQuery external file has a\n free (but lazily defined) licensed. The shelltypist.js file has a\n free license as well. All licenses are defined between @licstart\n and @licend. If the \"Do not consider lazy license mentions as free\"\n option is not checked (default), the JavaScript is executed,\n despite the fact that the jQuery license mentions is: \n Dual licensed under the MIT or GPL Version 2 licenses.\n If you check the \"Do not consider lazy license mentions as free\"\n option, then ALL JavaScript will be removed from the page after\n reload.\n\n10) http://lduros.net/assets/librejs/tests/shelltypist/demo/same-page-without-free-license.html\n This is the same page than 9) but does not have a free license for\n the main HTML page on-page script. While the actual code there is\n trivial, since jQuery defines methods that make use of AJAX,\n trivial code is not allowed, and no JavaScript is executed.\n\nOptions\n\n\nDo not tolerate lazy license mentions (e.g.: dual-licensed under\n ...)\n When checked, this option disallows the use of very brief\n mentions of a license. (\"Released under the MIT license\", ...)\n\n\nHow LibreJS detects nontrivial JavaScript\n\nLibreJS uses Narcissus lexer/parser\n(https://github.com/mozilla/narcissus) to perform a static check for a\nfew criteria: \n\nIf the program defines a method or a function and loads external\nscripts (using the <script> element and src attribute).\nIf the program has an external script and defines a function or a\nmethod.\nIf it makes an AJAX request using XMLHttpRequest or ActiveXObject.\nIf it loads an external script (creates a script tag somewhere in the\ndom).\n\nBecause the code isn't interpreted (static analysis only) and we don't\nkeep track of scope and what variables contain, we have to discard a\nfew constructs:\n- if eval() is used.\n- if methods are invoked using the bracket suffix, such as:\nt['meth'+'od'](arg);\n- if it using document.write() with a concatenation or a function\ncall.\nFree Licenses\nCurrently LibreJS checks for the following licenses:\n\n GNU General Public License version 2\n GNU General Public License version 3\n GNU All-Permissive License\nLesser GNU Public License version 2.1\nLesser GNU Public License version 3\n Apache License, Version 2.0\n GNU Affero General Public License version 3\n Boost Software License\n BSD 2-Clause License\n BSD 3-Clause License\n Mozilla Public License Version 1.1\n Expat License\n\n\nMore licenses are on the way for the upcoming versions.\nKnown issues of LibreJS version 2\n\nLibreJS currently analyzes the JavaScript on page and in the\n Javascript file using the same thread as the Mozilla Firefox\n browser. Depending on hardware, this causes the UI to freeze for a\n second or two when a large javascript file is being analyzed. I am\n planning on using a chrome worker for Narcissus in the near future\n (version 2), so that it can run in its own thread. This way large\n complex files won't freeze the UI. 11/14/2011 UPDATE: This has been\n partly addressed with the replacement of the recursive walkTree\n function with the iterative one.\nIt does not make good use of the caching system. Instead it dooms\n the cache entry when the response is of type text/html or\n javascript.\n\n\nFixed in version 2.2:\n- FIXED: Currently there is no option to interpret javascript in the current\n page or javascript file. In order to enable all Javascript back, you\n must disable the add-on, but it does not require a Firefox\n restart. A button is planned for the future release.\n\nFIXED: Clicking on an anchor link in the page currently loaded in the tab,\n or appending a #[anything] to the location bar will prevent the\n widget panel from displaying the removed Javascript. This is due to\n the fact that it tracks JS according to the url, and so the # is\n considered a new entry. However, the JavaScript is still being\n blocked properly. (Check source for that.)\n\nGNU Free Documentation Licence\nA verbatim copy of the GNU Free Documentation license is available here\n "; +exports.longString = "\n\n LibreJSXUL Information\n\n Current Version: 2.4.2 -- 12/08/2011\n \n Copyright (C) 2011 Loic J. Duros.\n Permission is granted to copy, distribute and/or modify this document\n under the terms of the GNU Free Documentation License, Version 1.3\n or any later version published by the Free Software Foundation;\n with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.\n A copy of the license is included in the section entitled \"GNU\n Free Documentation License\".\n \n\nPlain text copy\nA plain text copy of this documentation is available here.\n\nOverview\nLibreJSXUL is an add-on for Iceweasel-UXP that\nprevents the execution of nonfree nontrivial JavaScript as described\nin \"The Javascript Trap\":\nhttp://www.gnu.org/philosophy/javascript-trap.html\nIt has been tested for Firefox 7. Please see the Known issues section\nin this document before using LibreJSXUL.\n\nDisclaimer\n\nLibreJSXUL is not a security tool and while its goal is to detect nonfree\n nontrivial JavaScript, it does not detect whether free or trivial\n code is malicious or not. You can use NoScript (or YesScript) in\n conjunction with LibreJSXUL to ensure security of the JavaScript being\n loaded.\nBecause LibreJSXUL intercepts http responses to analyze and remove\n JavaScript from a page, it will not analyze and block JavaScript if\n it is loaded locally as a file within the user's filesystem, for\n instance with file:///home/someone/test.html -- a request\n http://localhost, however, would be caught and analyzed by the\n add-on.\nLibreJSXUL is always a work in progress. If you find a bug, please\n report it to lduros@gnu.org\n\n\nChanges from version 2.4.1 to version 2.4.2\nSee changelog.\n\nChanges from version 1.x to version 2\n1) The @licstart @licend stylized comments are now obligatory rather\nthan optional. We want to make sure an entire page is explicitely free\nbefore considering it as free.\n2) In version 1, all scripts that defined a function or method were\nflagged as nontrivial. In version 2, as described in The JavaScript\nTrap, it will only consider the JavaScript program as nontrivial if\nthe scripts define a function or a method and load external scripts\nusing the html <script> tag, or if an external script defines a method\nor a function. \n3) In the version 1, scripts on page and remote were analyzed individually.\n In version 2 (current version):\n \n all scripts that are directly embedded in an html page are\n analyzed as one to see whether they are trivial or free.\n If the on-page JavaScript is nonfree and nontrivial, all\n JavaScript is removed and none of the external files are\n analyzed.\n If the on-page JavaScript is free or trivial, the external\n scripts are then fetched and analyzed to find whether they are\n free or trivial individually.\n If any script, on-page or external, is found to be nontrivial,\n all JavaScript is removed from the page (inline scripts,\n intrinsec events in html attributes, external scripts, ...)\n If any free script is found to perform an AJAX request or embed\n another script dynamically, or any construct that is flagged as\n \"suspicious\", then any trivial code becomes \"nontrivial\", and\n all JavaScript is then removed.\n When all the code is free but loads JavaScript dynamically, all\n http responses of mime type javascript are checked to see\n whether they are free/trivial at request time, and rejected if\n they are nonfree nontrivial.\n\n4) In version 1, a pure JavaScript HTML partial parser was used to\n find <script> tags and other JavaScript elements on page. In\n version 2, we are using a heavily modified third-party script to\n load the http response intercepted into a hidden iframe with a data\n uri (the hidden iframe has JavaScript off, as well as plugins off,\n following the instructions in\n https://developer.mozilla.org/En/Displaying_web_content_in_an_extension_without_security_issues). \n We are then using JavaScript DOM methods to fetch and remove\n scripts. This new method is a lot more secure and less prone to\n forgetting some of the JavaScript or not finding weird\n constructs. It also removes parts of the issue with the freezing\n UI.\n5) We are now using the url module from the Node.js project\n (http://nodejs.org/) to convert relative path into absolute urls\n when the DOM is loaded with a data uri.\n\nScreenshots\n\n\n\nThe panel that shows the blocked JavaScript:\n http://lduros.net/assets/librejs/v1/screenshots/librejs-v1-blockedscript-panel.jpg\n\nThe preferences panel:\n http://lduros.net/assets/librejs/v1/screenshots/librejs-v1-preferences.jpg\n\n\n\nLicense\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.\n\nHow to use\n\nAfter installing the add-on, you will see the LibreJSXUL widget in the\nadd-on bar at the bottom of the browser window. After loading a page,\nleft-click on the widget to view the list of JavaScript removed from\nthe page (both on page and external). Up to 1000 characters are\ndisplayed per Javascript piece, since some files are so large it\nbecomes impractical to display them in their entirety. See screenshot\nhere: \nhttp://lduros.net/assets/librejs/v1/screenshots/librejs-v1-blockedscript-panel.jpg\nYou can also take a look at the JS removed by looking at the\npage source: CTRL + U.\n\nLibreJSXUL intercepts http responses and rewrites them after analyzing\nJavaScript within them. While it uses mime types to a certain extent,\nit does not rely only on them and attempts to analyze any file for\njavascript content (a content sniffer of some sort is on the way for a\nfuture release).\n\nThe add-on offers a few options (and more to come). You can access\nthese options by right-clicking the widget. Please ignore the add-on\ncontext menu that will appear (this is a bug with Firefox and the\nadd-on sdk).\n\nA panel should appear in the middle of the page, with two checkboxes\navailable: \nhttp://lduros.net/assets/librejs/v1/screenshots/librejs-v1-preferences.jpg\nCurrently, LibreJSXUL searches for license mentions in two\nways, a short and a lazy way (the latter is optional). One uses\nexcerpts from the short notices usually provided by many licenses for\ninclusion within source files, e.g. for the GPLv2: \n <THISPROGRAM> is free software; you can redistribute it\n and/or modify it under the terms of the GNU General Public\n License as published by the Free Software Foundation; either\n version 2 of the License, or (at your option) any later\n version.\nWhen it finds a match, it flags the piece of JS as free. This is\ncalled short definition. Another type of notice we call \"lazy\", here\nis a popular example: \n Dual licensed under the MIT or GPL Version 3 licenses \nWhen the \"Do not tolerate lazy license mentions\" checkbox is checked,\nthe latter type of license mention is not used.\n\nTests\nIn order to better understand how LibreJSXUL works, you can try to visit\nthese pages with LibreJSXUL installed and enabled and see how they are\nbeing processed:\n\n1) http://lduros.net/assets/librejs/tests/trivial-inline-trivial-external/\n This page contains trivial on-page JavaScript code, and an external\n script that contains trivial JavaScript code.\n Therefore, all JavaScript is being executed.\n\n2) http://lduros.net/assets/librejs/tests/trivial-inline-nontrivial-external/\n This page contains trivial on-page JavaScript code, but loads an\n external script that defines a function (nontrivial) and is not\n free.\n Therefore, all JavaScript is REMOVED from the page.\n\n3) http://lduros.net/assets/librejs/tests/nontrivial-inline-trivial-external/\n This page contains nontrivial code on page, and trivial code in its\n external page.\n All JavaScript is REMOVED from the page.\n\n4) http://lduros.net/assets/librejs/tests/free-inline-free-external/\n This page contains free on-page (GPL 3) JavaScript, and free\n external Javascript. Therefore all JavaScript is being executed.\n\n5) http://lduros.net/assets/librejs/tests/free-inline-nonfree-nontrivial-external/\n This page contains free on-page JavaScript, but contains nonfree\n nontrivial JavaScript in its external file (ajax request).\n All JavaScript is REMOVED from the page.\n\n6) http://lduros.net/assets/librejs/tests/intrinsec-event/\n This page contains trivial on-page code, with an intrinsec event in\n an html attribute (onload).\n All JavaScript is being executed.\n\n7) http://lduros.net/assets/librejs/tests/trivial-inline-free-external-defines-function/\n This page contains on-page trivial JavaScript (only makes a window\n alert and loads an external script using the html <script> tag with the\n src attribute. The external script is free (GPL v3), and since it\n is only nontrivial because it defines a function, the on-page\n trivial code is allowed to use it.\n All JavaScript is being executed.\n\n8) http://lduros.net/assets/librejs/tests/trivial-inline-free-external-writes-script/\n This page contains trivial on-page JavaScript code, and loads an\n external script that is free.\n HOWEVER, this free external script loads a script\n dynamically. Therefore, since trivial code might be using it, no\n trivial code is allowed.\n Since the on-page trivial code is now nontrivial,\n all Javascript is REMOVED from the page.\n\n9) http://lduros.net/assets/librejs/tests/shelltypist/demo/real-life-example-with-jquery-free.html\n This is a real-life example of a small jQuery plugin. The on-page\n JavaScript code has a free license. The jQuery external file has a\n free (but lazily defined) licensed. The shelltypist.js file has a\n free license as well. All licenses are defined between @licstart\n and @licend. If the \"Do not consider lazy license mentions as free\"\n option is not checked (default), the JavaScript is executed,\n despite the fact that the jQuery license mentions is: \n Dual licensed under the MIT or GPL Version 2 licenses.\n If you check the \"Do not consider lazy license mentions as free\"\n option, then ALL JavaScript will be removed from the page after\n reload.\n\n10) http://lduros.net/assets/librejs/tests/shelltypist/demo/same-page-without-free-license.html\n This is the same page than 9) but does not have a free license for\n the main HTML page on-page script. While the actual code there is\n trivial, since jQuery defines methods that make use of AJAX,\n trivial code is not allowed, and no JavaScript is executed.\n\nOptions\n\n\nDo not tolerate lazy license mentions (e.g.: dual-licensed under\n ...)\n When checked, this option disallows the use of very brief\n mentions of a license. (\"Released under the MIT license\", ...)\n\n\nHow LibreJSXUL detects nontrivial JavaScript\n\nLibreJSXUL uses Narcissus lexer/parser\n(https://github.com/mozilla/narcissus) to perform a static check for a\nfew criteria: \n\nIf the program defines a method or a function and loads external\nscripts (using the <script> element and src attribute).\nIf the program has an external script and defines a function or a\nmethod.\nIf it makes an AJAX request using XMLHttpRequest or ActiveXObject.\nIf it loads an external script (creates a script tag somewhere in the\ndom).\n\nBecause the code isn't interpreted (static analysis only) and we don't\nkeep track of scope and what variables contain, we have to discard a\nfew constructs:\n- if eval() is used.\n- if methods are invoked using the bracket suffix, such as:\nt['meth'+'od'](arg);\n- if it using document.write() with a concatenation or a function\ncall.\nFree Licenses\nCurrently LibreJSXUL checks for the following licenses:\n\n GNU General Public License version 2\n GNU General Public License version 3\n GNU All-Permissive License\nLesser GNU Public License version 2.1\nLesser GNU Public License version 3\n Apache License, Version 2.0\n GNU Affero General Public License version 3\n Boost Software License\n BSD 2-Clause License\n BSD 3-Clause License\n Mozilla Public License Version 1.1\n Expat License\n\n\nMore licenses are on the way for the upcoming versions.\nKnown issues of LibreJSXUL version 2\n\nLibreJSXUL currently analyzes the JavaScript on page and in the\n Javascript file using the same thread as the Mozilla Firefox\n browser. Depending on hardware, this causes the UI to freeze for a\n second or two when a large javascript file is being analyzed. I am\n planning on using a chrome worker for Narcissus in the near future\n (version 2), so that it can run in its own thread. This way large\n complex files won't freeze the UI. 11/14/2011 UPDATE: This has been\n partly addressed with the replacement of the recursive walkTree\n function with the iterative one.\nIt does not make good use of the caching system. Instead it dooms\n the cache entry when the response is of type text/html or\n javascript.\n\n\nFixed in version 2.2:\n- FIXED: Currently there is no option to interpret javascript in the current\n page or javascript file. In order to enable all Javascript back, you\n must disable the add-on, but it does not require a Firefox\n restart. A button is planned for the future release.\n\nFIXED: Clicking on an anchor link in the page currently loaded in the tab,\n or appending a #[anything] to the location bar will prevent the\n widget panel from displaying the removed Javascript. This is due to\n the fact that it tracks JS according to the url, and so the # is\n considered a new entry. However, the JavaScript is still being\n blocked properly. (Check source for that.)\n\nGNU Free Documentation Licence\nA verbatim copy of the GNU Free Documentation license is available here\n "; diff --git a/test/mock/mock_dom.js b/test/mock/mock_dom.js index 19767b4..1bc8f80 100644 --- a/test/mock/mock_dom.js +++ b/test/mock/mock_dom.js @@ -1,22 +1,22 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012 Loic J. Duros * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var {Cc, Ci, Cu, Cm, Cr} = require("chrome"); diff --git a/test/mock/mock_licenses.js b/test/mock/mock_licenses.js index fd4680d..84644b5 100644 --- a/test/mock/mock_licenses.js +++ b/test/mock/mock_licenses.js @@ -1,22 +1,22 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012 Loic J. Duros * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ exports.mockLicenses = { diff --git a/test/mock/mock_nodes.js b/test/mock/mock_nodes.js index abd29a4..e5fb6e7 100644 --- a/test/mock/mock_nodes.js +++ b/test/mock/mock_nodes.js @@ -1,22 +1,22 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012 Loic J. Duros * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ const types = require("../../lib/js_checker/constant_types").token; diff --git a/test/mock/mock_nodes_with_comments.js b/test/mock/mock_nodes_with_comments.js index 4f6713d..87952b5 100644 --- a/test/mock/mock_nodes_with_comments.js +++ b/test/mock/mock_nodes_with_comments.js @@ -1,22 +1,22 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012 Loic J. Duros * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ exports.mockNodesWithComments = { diff --git a/test/mock/realHtml.html b/test/mock/realHtml.html index 888b86f..78a3c33 100644 --- a/test/mock/realHtml.html +++ b/test/mock/realHtml.html @@ -2,24 +2,24 @@ <html lang="en"> <head> <!-- /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012 Loic J. Duros * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ --> <meta charset=utf-8> diff --git a/test/test-accepted_scripts.js b/test/test-accepted_scripts.js index 812f538..8682886 100644 --- a/test/test-accepted_scripts.js +++ b/test/test-accepted_scripts.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var acceptedScripts = require('../lib/script_entries/accepted_scripts') diff --git a/test/test-all_scripts.js b/test/test-all_scripts.js index 56759a6..6a851c2 100644 --- a/test/test-all_scripts.js +++ b/test/test-all_scripts.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var allScripts = require('../lib/script_entries/all_scripts').allScripts; diff --git a/test/test-allowed_referrers.js b/test/test-allowed_referrers.js index 47256b9..7f4e915 100644 --- a/test/test-allowed_referrers.js +++ b/test/test-allowed_referrers.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ const allowedRef = require('../lib/http_observer/allowed_referrers').allowedReferrers; diff --git a/test/test-bug-frozen.js b/test/test-bug-frozen.js index 215182b..8b4aaf5 100644 --- a/test/test-bug-frozen.js +++ b/test/test-bug-frozen.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var main = require('../lib/main'); diff --git a/test/test-contact_finder.js b/test/test-contact_finder.js index f9e1296..05f53a9 100644 --- a/test/test-contact_finder.js +++ b/test/test-contact_finder.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var pageMod = require("sdk/page-mod"); diff --git a/test/test-contact_finder2.js b/test/test-contact_finder2.js index 5d39a60..b0270b0 100644 --- a/test/test-contact_finder2.js +++ b/test/test-contact_finder2.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var pageMod = require("sdk/page-mod"); diff --git a/test/test-cors-bug.js b/test/test-cors-bug.js index 55f9868..9da1a50 100644 --- a/test/test-cors-bug.js +++ b/test/test-cors-bug.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ /* diff --git a/test/test-crypto-a.js b/test/test-crypto-a.js index 4a2dd6e..6fe1cf4 100644 --- a/test/test-crypto-a.js +++ b/test/test-crypto-a.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var crypto = require("../lib/script_entries/crypto"); diff --git a/test/test-crypto-b.js b/test/test-crypto-b.js index 65a9699..530fa5d 100644 --- a/test/test-crypto-b.js +++ b/test/test-crypto-b.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ /* list generated one time using tools/jslibfetcher.py */ diff --git a/test/test-domHandler.js b/test/test-domHandler.js index 5095d97..d123f02 100644 --- a/test/test-domHandler.js +++ b/test/test-domHandler.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ // these tests require Firefox 11 or later diff --git a/test/test-domParser.js b/test/test-domParser.js index de785f8..c010a95 100644 --- a/test/test-domParser.js +++ b/test/test-domParser.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var {Cc, Ci, Cu, Cm, Cr} = require("chrome"); diff --git a/test/test-free_libraries.js b/test/test-free_libraries.js index 11f8f7a..0209101 100644 --- a/test/test-free_libraries.js +++ b/test/test-free_libraries.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ /* diff --git a/test/test-html_parser.js b/test/test-html_parser.js index 1c3e0ef..b31550a 100644 --- a/test/test-html_parser.js +++ b/test/test-html_parser.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var htmlParser = require("../lib/html_script_finder/html_parser"); diff --git a/test/test-js_checker.js b/test/test-js_checker.js index e786d62..dd18001 100644 --- a/test/test-js_checker.js +++ b/test/test-js_checker.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ const jsChecker = require("../lib/js_checker/js_checker"); diff --git a/test/test-js_load_observer_1.js b/test/test-js_load_observer_1.js index b0d66f3..b066391 100644 --- a/test/test-js_load_observer_1.js +++ b/test/test-js_load_observer_1.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var jsLoadObserver = require("../lib/js_load_observer/js_load_observer"); diff --git a/test/test-js_load_observer_3.js b/test/test-js_load_observer_3.js index 1448a56..1ee658b 100644 --- a/test/test-js_load_observer_3.js +++ b/test/test-js_load_observer_3.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var tabs = require("sdk/tabs"); diff --git a/test/test-license_definitions.js b/test/test-license_definitions.js index 8f6cc93..7106988 100644 --- a/test/test-license_definitions.js +++ b/test/test-license_definitions.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ const licenses = require('../lib/js_checker/license_definitions'); diff --git a/test/test-narcissus_worker.js b/test/test-narcissus_worker.js index f58b119..841c1ab 100644 --- a/test/test-narcissus_worker.js +++ b/test/test-narcissus_worker.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ diff --git a/test/test-nonfree_checker.js b/test/test-nonfree_checker.js index a2d2818..d05a3bd 100644 --- a/test/test-nonfree_checker.js +++ b/test/test-nonfree_checker.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ const check = require("../lib/js_checker/free_checker"); diff --git a/test/test-nontrivial_checker.js b/test/test-nontrivial_checker.js index 3998fc3..8e436e9 100644 --- a/test/test-nontrivial_checker.js +++ b/test/test-nontrivial_checker.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ const nonTrivialCheckModule = require("../lib/js_checker/nontrivial_checker"); diff --git a/test/test-privacy_checker.js b/test/test-privacy_checker.js index 9062f58..f857d2c 100644 --- a/test/test-privacy_checker.js +++ b/test/test-privacy_checker.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ const privacyCheck = require("../lib/js_checker/privacy_checker") diff --git a/test/test-relation_checker.js b/test/test-relation_checker.js index a8a07ed..a093b2d 100644 --- a/test/test-relation_checker.js +++ b/test/test-relation_checker.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var relationChecker = require('../lib/js_checker/relation_checker') diff --git a/test/test-removed_scripts.js b/test/test-removed_scripts.js index fbe2780..47b0f47 100644 --- a/test/test-removed_scripts.js +++ b/test/test-removed_scripts.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var removedScripts = require('../lib/script_entries/removed_scripts') diff --git a/test/test-request.js b/test/test-request.js index 040ea8c..58721b9 100644 --- a/test/test-request.js +++ b/test/test-request.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var xhr2 = require("../lib/html_script_finder/dom_handler/request"); diff --git a/test/test-script_detector.js b/test/test-script_detector.js index 46b5e86..5cd1a13 100644 --- a/test/test-script_detector.js +++ b/test/test-script_detector.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var pageMod = require("sdk/page-mod"); diff --git a/test/test-script_object.js b/test/test-script_object.js index ce7802a..ed56009 100644 --- a/test/test-script_object.js +++ b/test/test-script_object.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var scriptObject = require("../lib/html_script_finder/dom_handler/script_object"); @@ -32,7 +32,7 @@ exports.testCreateNewScript = function(assert) { assert.equal('object', typeof script1); assert.equal('inline', script1.type); - + script2 = scriptObject.Script({'type': 'external', 'status': 'test', 'element': {}}); @@ -43,7 +43,7 @@ exports.testRemoveNarcissusBugLine = function(assert) { var script = scriptObject.Script({'type': 'external', 'status': 'test', 'element': {}}); - var scriptText = "var i = 0;\n\nthis.narcissusBugFixLibreJS"; + var scriptText = "var i = 0;\n\nthis.narcissusBugFixLibreJSXUL"; var scriptText2 = "var i = 0;"; assert.equal(script.removeNarcissusBugLine(scriptText), 'var i = 0;'); assert.equal(script.removeNarcissusBugLine(scriptText2), 'var i = 0;'); diff --git a/test/test-script_properties.js b/test/test-script_properties.js index c65275c..74d4731 100644 --- a/test/test-script_properties.js +++ b/test/test-script_properties.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var scriptProperties = require("../lib/html_script_finder/dom_handler/script_properties"); const scriptTypes = scriptProperties.scriptTypes; diff --git a/test/test-stream_loader.js b/test/test-stream_loader.js index cb549c7..4e5802f 100644 --- a/test/test-stream_loader.js +++ b/test/test-stream_loader.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var streamLoader = require("../lib/http_observer/stream_loader.js"); diff --git a/test/test-ui_info.js b/test/test-ui_info.js index eac14ee..e0e39f2 100644 --- a/test/test-ui_info.js +++ b/test/test-ui_info.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var uiInfo = require("../lib/ui/ui_info").testModule; diff --git a/test/test-url_handler.js b/test/test-url_handler.js index 457c6c7..bdcefb8 100644 --- a/test/test-url_handler.js +++ b/test/test-url_handler.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ const urlHandler = require('../lib/url_handler/url_handler'); diff --git a/test/test-web-label-finder.js b/test/test-web-label-finder.js index 1733f5a..b6e4e3f 100644 --- a/test/test-web-label-finder.js +++ b/test/test-web-label-finder.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ const {Cc,Ci} = require('chrome'); diff --git a/test/test-web-labels.js b/test/test-web-labels.js index 0cc3919..4845277 100644 --- a/test/test-web-labels.js +++ b/test/test-web-labels.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var mockLicenseList = [{ diff --git a/test/test-windowProperty.js b/test/test-windowProperty.js index dd653f9..b885e56 100644 --- a/test/test-windowProperty.js +++ b/test/test-windowProperty.js @@ -1,23 +1,23 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ var relationChecker = require('../lib/js_checker/relation_checker'); diff --git a/test/webpages/test-labels/index.html b/test/webpages/test-labels/index.html index 745b61c..175c368 100644 --- a/test/webpages/test-labels/index.html +++ b/test/webpages/test-labels/index.html @@ -4,24 +4,24 @@ <head> <!--/** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ --> <title>A Page containing free JS</title> diff --git a/test/webpages/test-labels/js-licenses.html b/test/webpages/test-labels/js-licenses.html index ce2a9fc..07232db 100644 --- a/test/webpages/test-labels/js-licenses.html +++ b/test/webpages/test-labels/js-licenses.html @@ -5,24 +5,24 @@ <head> <!-- /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL 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 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL 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 GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ --> <title>JavaScript License Information</title> |