mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2025-01-10 21:48:14 +00:00
Fix missing '\n' on files, license, (housekeeping)
- Update year on LICENSE.txt; add, "All rights reserved." - Add self to copyright notice and license (privately authorized). - Add '\n' to last lines of files missing such. - Remove a.m.o. metadata.
This commit is contained in:
parent
c50bfa5f85
commit
0bef4d238e
@ -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
|
||||
|
@ -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=
|
||||
|
Binary file not shown.
@ -1,4 +0,0 @@
|
||||
Signature-Version: 1.0
|
||||
MD5-Digest-Manifest: tYmdW52ce4gr/US0LpdDmA==
|
||||
SHA1-Digest-Manifest: LIm4Ypuvhp+utHM2FncxT2GvyaE=
|
||||
|
@ -28,4 +28,4 @@
|
||||
"strict_min_version": "52.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,4 +23,4 @@ When MiTM attempt is detected:<br>
|
||||
<br>
|
||||
<input type="submit" value=" Save ">
|
||||
</form><script src="setwhitelist.js"></script>
|
||||
</body></html>
|
||||
</body></html>
|
||||
|
@ -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);
|
||||
document.querySelector("form").addEventListener("submit", saveWhitelist);
|
||||
|
@ -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}
|
||||
textarea{white-space:pre;overflow-wrap:normal;overflow-x:scroll}
|
||||
|
Loading…
Reference in New Issue
Block a user