diff --git a/src/LICENSE.txt b/src/LICENSE.txt index f1684134..fb406ef4 100644 --- a/src/LICENSE.txt +++ b/src/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 cypherpunk +Copyright (c) 2017-2018 cypherpunk, nullius. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/META-INF/manifest.mf b/src/META-INF/manifest.mf deleted file mode 100644 index c307b274..00000000 --- a/src/META-INF/manifest.mf +++ /dev/null @@ -1,52 +0,0 @@ -Manifest-Version: 1.0 - -Name: LICENSE.txt -Digest-Algorithms: MD5 SHA1 -MD5-Digest: qXb1tNEEzwKzeshtJ1M/kQ== -SHA1-Digest: 03detz1pRNQMPN5Zzrp9QUFgEzI= - -Name: manifest.json -Digest-Algorithms: MD5 SHA1 -MD5-Digest: QnJYk5CRbNCObYHSeZVH6g== -SHA1-Digest: jHusL8aDzwijyyieVxDd93fXaPA= - -Name: setwhitelist.html -Digest-Algorithms: MD5 SHA1 -MD5-Digest: fm+fbvhq6VT6zFDMVOqj0g== -SHA1-Digest: xO/+NXtU9pseGAziYa0dpLb2nKc= - -Name: setwhitelist.js -Digest-Algorithms: MD5 SHA1 -MD5-Digest: 5SSypsVZZWyJmmISP3hQIQ== -SHA1-Digest: 3r0rOXaShtVuuvJktGoEIEcj584= - -Name: stop_cf_mitm.js -Digest-Algorithms: MD5 SHA1 -MD5-Digest: Aou+XD559L8hukeSmmQ+Zw== -SHA1-Digest: hP9OxIjetlG8v+eU1467GVlY1UI= - -Name: style.css -Digest-Algorithms: MD5 SHA1 -MD5-Digest: qVs2pHeT+noWZ7sQttO/2Q== -SHA1-Digest: TgXktEJyUNImPTbaPF/viYfWcQo= - -Name: icons/icon-16.png -Digest-Algorithms: MD5 SHA1 -MD5-Digest: BMpS9q28ylgmlebPGO0HBw== -SHA1-Digest: ejT7934OdR+CRbKWJFoXPSvAo7M= - -Name: icons/icon-32.png -Digest-Algorithms: MD5 SHA1 -MD5-Digest: DPnYcEZnUZa6voVAI6nm0w== -SHA1-Digest: CqFkcPOpoKmq7Ly82vbmq/Ouhzs= - -Name: icons/icon-48.png -Digest-Algorithms: MD5 SHA1 -MD5-Digest: PVwvbCCjWU+2fJeaUrrwVA== -SHA1-Digest: upats+fdmYeFmAtgvIVwaW8mszA= - -Name: icons/icon-64.png -Digest-Algorithms: MD5 SHA1 -MD5-Digest: YVzojmSoYwjhM0m20OOk5A== -SHA1-Digest: sa4ES4gA5mSb0cu9UgGpp/2eh84= - diff --git a/src/META-INF/mozilla.rsa b/src/META-INF/mozilla.rsa deleted file mode 100644 index 409df64b..00000000 Binary files a/src/META-INF/mozilla.rsa and /dev/null differ diff --git a/src/META-INF/mozilla.sf b/src/META-INF/mozilla.sf deleted file mode 100644 index 435212ff..00000000 --- a/src/META-INF/mozilla.sf +++ /dev/null @@ -1,4 +0,0 @@ -Signature-Version: 1.0 -MD5-Digest-Manifest: tYmdW52ce4gr/US0LpdDmA== -SHA1-Digest-Manifest: LIm4Ypuvhp+utHM2FncxT2GvyaE= - diff --git a/src/manifest.json b/src/manifest.json index 3d430f91..34ed8c73 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -28,4 +28,4 @@ "strict_min_version": "52.0" } } -} \ No newline at end of file +} diff --git a/src/setwhitelist.html b/src/setwhitelist.html index 6df15485..5c71bad5 100644 --- a/src/setwhitelist.html +++ b/src/setwhitelist.html @@ -23,4 +23,4 @@ When MiTM attempt is detected:

- \ No newline at end of file + diff --git a/src/setwhitelist.js b/src/setwhitelist.js index 33df3078..7461d6d8 100644 --- a/src/setwhitelist.js +++ b/src/setwhitelist.js @@ -49,4 +49,4 @@ default:document.querySelector("#myset_xsimplewarn_0").checked=true;break; var getting=browser.storage.local.get();getting.then(setCurrentChoice,onError); } document.addEventListener("DOMContentLoaded", loadWhitelist); -document.querySelector("form").addEventListener("submit", saveWhitelist); \ No newline at end of file +document.querySelector("form").addEventListener("submit", saveWhitelist); diff --git a/src/style.css b/src/style.css index 207f5e51..594891ef 100644 --- a/src/style.css +++ b/src/style.css @@ -1,3 +1,3 @@ body{font:13px Verdana} label{-webkit-user-select:none;-moz-user-select:none} -textarea{white-space:pre;overflow-wrap:normal;overflow-x:scroll} \ No newline at end of file +textarea{white-space:pre;overflow-wrap:normal;overflow-x:scroll}