35 Commits

Author SHA1 Message Date
Thomas Rientjes
524981b841 Bump version to 1.3.7 2016-11-26 00:36:19 +01:00
Thomas Rientjes
9822093473 Update release notes 2016-11-26 00:35:07 +01:00
Thomas Rientjes
d04bb51a4d Improve detection of tainted Yandex domains 2016-11-25 23:50:27 +01:00
Thomas Rientjes
926d49d107 Add libraries to the resource bundle 2016-11-08 15:28:49 +01:00
Thomas Rientjes
09a02eb5f3 Fix CSP-related security issue 2016-11-08 15:05:00 +01:00
Thomas Rientjes
286f7c7f66 Bump version to 1.3.6 2016-11-05 18:38:40 +01:00
Thomas Rientjes
021cac82dc Update release notes 2016-11-05 18:27:49 +01:00
Thomas Rientjes
e288d8195d Update undetectable tainted domains 2016-11-05 17:02:56 +01:00
Thomas Rientjes
20e3ec02b1 Resolve #121 by adding multi-process support 2016-11-05 16:58:50 +01:00
Thomas Rientjes
74fca95767 Resolve #126 by updating README.md 2016-10-25 22:00:36 +02:00
Thomas
0c6325bb1f Merge pull request #123 from fireflyy/master
Fix typo in the German localization
2016-10-04 15:46:27 +02:00
fireflyy
7f79e6999d Merge pull request #1 from fireflyy/fireflyy-german_locale_edit
Minor Update options.dtd (fixed typo in line 3)
2016-09-22 15:23:20 +02:00
fireflyy
082c9e78d0 Update options.dtd 2016-09-22 15:18:17 +02:00
Thomas
b411d04b6f Merge pull request #92 from PeterDaveHelloKitchen/image-optimize
Optimize application icon compression
2016-05-16 04:07:53 +02:00
Peter Dave Hello
54c16775d2 optimize icon images 2016-05-15 12:01:26 +08:00
Thomas Rientjes
f16a81c249 Update undetectable tainted domains 2016-05-07 18:07:34 +02:00
Thomas Rientjes
4396c1c9f0 Correct undetectable tainted domains 2016-05-07 06:29:20 +02:00
Thomas Rientjes
c02257f184 Update undetectable tainted domains 2016-05-07 06:13:11 +02:00
Thomas Rientjes
c3f230f32d Add undetectable tainted domains 2016-05-06 00:43:23 +02:00
Thomas Rientjes
e595faa541 Bump version to 1.3.5 2016-05-06 00:02:04 +02:00
Thomas Rientjes
146a01c5ce Update release notes 2016-05-05 23:58:12 +02:00
Thomas Rientjes
b199936150 Add support for Russian 2016-05-04 14:40:39 +02:00
Thomas Rientjes
85dfd71920 Add support for Danish 2016-05-04 14:37:31 +02:00
Thomas Rientjes
8d137b801b Add support for Esperanto 2016-05-04 14:34:27 +02:00
Thomas
07cfc9c251 Add undetectable tainted domains 2016-04-11 22:44:17 +02:00
Thomas
d4d07a3d38 Update chrome.manifest 2016-04-11 22:38:42 +02:00
Thomas
40e2681bfd Merge pull request #71 from Najoj/master
Add support for Swedish
2016-04-11 22:36:59 +02:00
Johan Ö
33b8f50ddc Add support for Swedish 2016-04-11 01:25:01 +02:00
Thomas Rientjes
774a91ad5b Add support for Traditional Chinese 2016-04-10 20:59:03 +02:00
Thomas
f3af8d5005 Update options.xul 2016-04-10 15:02:59 +02:00
Thomas Rientjes
61b950fa3b Resolve #66 by adding shorthands 2016-04-09 22:21:16 +02:00
Thomas
38317a7a81 Merge pull request #67 from ekaris/patch-1
Update options.xul
2016-04-09 17:09:46 +02:00
ekaris
6938a619fc Update options.xul
Change address to HTTPS
2016-04-09 16:06:07 +01:00
Thomas Rientjes
8855358381 Apply audit tool security update 2016-04-09 17:01:46 +02:00
Thomas Rientjes
1f90b36d47 Fix typo in release notes 2016-04-09 16:53:33 +02:00
232 changed files with 467 additions and 228 deletions

View File

@@ -42,6 +42,8 @@ Suggestions in the form of **Issues** and contributions in the form of **Pull Re
cd decentraleyes
jpm xpi
> **Important:** All commits since 26 October 2016 are signed with GPG. It's likely best to ignore unsigned commits, unless you really know what you're doing. Please send an email if you have any questions or security concerns.
## License
[MPL-2.0](https://www.mozilla.org/MPL/2.0).

View File

@@ -1,7 +1,9 @@
locale decentraleyes bg locale/bg/
locale decentraleyes da locale/da/
locale decentraleyes de locale/de/
locale decentraleyes en-GB locale/en-GB/
locale decentraleyes en-US locale/en-US/
locale decentraleyes eo locale/eo/
locale decentraleyes es locale/es/
locale decentraleyes fi locale/fi/
locale decentraleyes fr locale/fr/
@@ -11,4 +13,7 @@ locale decentraleyes ja locale/ja/
locale decentraleyes nl locale/nl/
locale decentraleyes pl locale/pl/
locale decentraleyes pt-PT locale/pt-PT/
locale decentraleyes ru locale/ru/
locale decentraleyes sv-SE locale/sv-SE/
locale decentraleyes zh-CN locale/zh-CN/
locale decentraleyes zh-TW locale/zh-TW/

View File

@@ -1,6 +1,6 @@
{
"name": "decentraleyes-audit",
"version": "1.3.0",
"version": "1.4.0",
"author": "Thomas Rientjes",
"license": "MPL-2.0",
"description": "Library audit tool for Decentraleyes.",

View File

@@ -137,7 +137,7 @@ function _hashFileContents(fileContents) {
var hash;
hash = crypto.createHash('md5');
hash = crypto.createHash('sha512');
hash.setEncoding('hex');
hash.write(fileContents);
@@ -148,20 +148,22 @@ function _hashFileContents(fileContents) {
function _compareResources(localResourceContents, remoteResourceContents, URL) {
var hadSourceMappingURL = sourceMappingURL.existsIn(remoteResourceContents);
remoteResourceContents = sourceMappingURL.removeFrom(remoteResourceContents);
var hasSourceMappingURL = sourceMappingURL.existsIn(remoteResourceContents);
var sourceMappingNotice = '[ ] REMOTE RESOURCE HAD SOURCE MAPPING URL';
if (hadSourceMappingURL) {
if (hasSourceMappingURL) {
remoteResourceContents = sourceMappingURL.removeFrom(remoteResourceContents);
sourceMappingNotice = '[X] REMOTE RESOURCE HAD SOURCE MAPPING URL';
}
// Remove the syntax invalidation character from the local contents.
localResourceContents = localResourceContents.substring(1);
var localResourceHash = _hashFileContents(localResourceContents);
var remoteResourceHash = _hashFileContents(remoteResourceContents);
console.log(localResourceHash);
console.log(remoteResourceHash);
console.log('RESOURCE HASH (SHA512): ' + localResourceHash);
console.log('RESOURCE HASH (SHA512): ' + remoteResourceHash);
var fileHashesMatch = (localResourceHash === remoteResourceHash);
@@ -172,9 +174,8 @@ function _compareResources(localResourceContents, remoteResourceContents, URL) {
}
console.log();
console.log(sourceMappingNotice);
console.log('[X] LOCAL AND REMOTE RESOURCE HASHES MATCH');
console.log(sourceMappingNotice);
}
function _showCompletedMessage() {

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.0.1
(c) 2010-2012 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.0.2
(c) 2010-2012 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.0.3
(c) 2010-2012 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.0.4
(c) 2010-2012 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.0.5
(c) 2010-2012 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.0.6
(c) 2010-2012 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.0.8
(c) 2010-2012 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.2.0
(c) 2010-2012 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.2.1
(c) 2010-2012 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.2.10
(c) 2010-2014 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.2.15
(c) 2010-2014 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.2.16
(c) 2010-2014 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.2.20
(c) 2010-2014 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.2.23
(c) 2010-2014 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.2.26
(c) 2010-2014 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.2.28
(c) 2010-2014 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.2.29
(c) 2010-2014 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.3.0
(c) 2010-2014 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.3.10
(c) 2010-2014 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.3.11
(c) 2010-2014 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.3.14
(c) 2010-2014 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.3.15
(c) 2010-2014 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.3.3
(c) 2010-2014 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.3.8
(c) 2010-2014 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.4.0
(c) 2010-2015 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.4.2
(c) 2010-2015 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
/*
@/*
AngularJS v1.4.8
(c) 2010-2015 Google, Inc. http://angularjs.org
License: MIT

View File

@@ -1,4 +1,4 @@
// Backbone.js 0.9.0
@// Backbone.js 0.9.0
// (c) 2010-2012 Jeremy Ashkenas, DocumentCloud Inc.
// Backbone may be freely distributed under the MIT license.
// For all details and documentation:

View File

@@ -1,4 +1,4 @@
// Backbone.js 0.9.1
@// Backbone.js 0.9.1
// (c) 2010-2012 Jeremy Ashkenas, DocumentCloud Inc.
// Backbone may be freely distributed under the MIT license.

View File

@@ -1,4 +1,4 @@
// Backbone.js 0.9.10
@// Backbone.js 0.9.10
// (c) 2010-2012 Jeremy Ashkenas, DocumentCloud Inc.
// Backbone may be freely distributed under the MIT license.

View File

@@ -1,4 +1,4 @@
// Backbone.js 0.9.2
@// Backbone.js 0.9.2
// (c) 2010-2012 Jeremy Ashkenas, DocumentCloud Inc.
// Backbone may be freely distributed under the MIT license.

View File

@@ -1,4 +1,4 @@
// Backbone.js 0.9.9
@// Backbone.js 0.9.9
// (c) 2010-2012 Jeremy Ashkenas, DocumentCloud Inc.
// Backbone may be freely distributed under the MIT license.

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
/*
@/*
Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details

View File

@@ -1,4 +1,4 @@
/*
@/*
Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details

View File

@@ -1,4 +1,4 @@
/*
@/*
Copyright (c) 2004-2013, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details

View File

@@ -1,4 +1,4 @@
/*
@/*
Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details

View File

@@ -1,4 +1,4 @@
/*
@/*
Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details

View File

@@ -1,4 +1,4 @@
/*
@/*
Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details

View File

@@ -1,4 +1,4 @@
/*
@/*
Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details

View File

@@ -1,4 +1,4 @@
/*
@/*
Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details

View File

@@ -1,4 +1,4 @@
/*
@/*
Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details

View File

@@ -1,4 +1,4 @@
/*
@/*
Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details

View File

@@ -1,4 +1,4 @@
/*
@/*
Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details

View File

@@ -1,4 +1,4 @@
/*
@/*
Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details

View File

@@ -1,4 +1,4 @@
// ==========================================================================
@// ==========================================================================
// Project: Ember - JavaScript Application Framework
// Copyright: ©2011-2013 Tilde Inc. and contributors
// Portions ©2006-2011 Strobe Inc.

View File

@@ -1,4 +1,4 @@
// ==========================================================================
@// ==========================================================================
// Project: Ember - JavaScript Application Framework
// Copyright: Copyright 2011-2013 Tilde Inc. and contributors
// Portions Copyright 2006-2011 Strobe Inc.

View File

@@ -1,4 +1,4 @@
// ==========================================================================
@// ==========================================================================
// Project: Ember - JavaScript Application Framework
// Copyright: Copyright 2011-2013 Tilde Inc. and contributors
// Portions Copyright 2006-2011 Strobe Inc.

View File

@@ -1,4 +1,4 @@
/*!
@/*!
* @overview Ember - JavaScript Application Framework
* @copyright Copyright 2011-2014 Tilde Inc. and contributors
* Portions Copyright 2006-2011 Strobe Inc.

View File

@@ -1,4 +1,4 @@
/*!
@/*!
* @overview Ember - JavaScript Application Framework
* @copyright Copyright 2011-2014 Tilde Inc. and contributors
* Portions Copyright 2006-2011 Strobe Inc.

View File

@@ -1,4 +1,4 @@
/*!
@/*!
* @overview Ember - JavaScript Application Framework
* @copyright Copyright 2011-2014 Tilde Inc. and contributors
* Portions Copyright 2006-2011 Strobe Inc.

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
/*
@/*
* Ext Core Library 3.0
* http://extjs.com/
* Copyright(c) 2006-2009, Ext JS, LLC.

View File

@@ -1,4 +1,4 @@
/*
@/*
* Ext Core Library 3.0
* http://extjs.com/
* Copyright(c) 2006-2009, Ext JS, LLC.

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
/*
@/*
* jQuery 1.2.3 - New Wave Javascript
*
* Copyright (c) 2008 John Resig (jquery.com)

View File

@@ -1,4 +1,4 @@
/*
@/*
* jQuery 1.2.6 - New Wave Javascript
*
* Copyright (c) 2008 John Resig (jquery.com)

View File

@@ -1,4 +1,4 @@
/*
@/*
* jQuery JavaScript Library v1.3
* http://jquery.com/
*

View File

@@ -1,4 +1,4 @@
/*
@/*
* jQuery JavaScript Library v1.3.1
* http://jquery.com/
*

View File

@@ -1,4 +1,4 @@
/*
@/*
* jQuery JavaScript Library v1.3.2
* http://jquery.com/
*

View File

@@ -1,4 +1,4 @@
/*!
@/*!
* jQuery JavaScript Library v1.4
* http://jquery.com/
*

View File

@@ -1,4 +1,4 @@
/*!
@/*!
* jQuery JavaScript Library v1.4.1
* http://jquery.com/
*

View File

@@ -1,4 +1,4 @@
/*!
@/*!
* jQuery JavaScript Library v1.4.2
* http://jquery.com/
*

View File

@@ -1,4 +1,4 @@
/*!
@/*!
* jQuery JavaScript Library v1.4.3
* http://jquery.com/
*

View File

@@ -1,4 +1,4 @@
/*!
@/*!
* jQuery JavaScript Library v1.4.4
* http://jquery.com/
*

View File

@@ -1,4 +1,4 @@
/*!
@/*!
* jQuery JavaScript Library v1.5
* http://jquery.com/
*

View File

@@ -1,4 +1,4 @@
/*!
@/*!
* jQuery JavaScript Library v1.5.1
* http://jquery.com/
*

View File

@@ -1,4 +1,4 @@
/*!
@/*!
* jQuery JavaScript Library v1.5.2
* http://jquery.com/
*

View File

@@ -1,4 +1,4 @@
/*!
@/*!
* jQuery JavaScript Library v1.6
* http://jquery.com/
*

View File

@@ -1,4 +1,4 @@
/*!
@/*!
* jQuery JavaScript Library v1.6.1
* http://jquery.com/
*

View File

@@ -1,4 +1,4 @@
/*!
@/*!
* jQuery JavaScript Library v1.6.2
* http://jquery.com/
*

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More