Add the email contact to report abuse

This commit is contained in:
Namhyeon Go 2022-11-25 23:11:37 +09:00
parent 8f09b72712
commit a35de48d36
9 changed files with 10 additions and 8 deletions

View File

@ -126,4 +126,4 @@ ended say()
- [7418_blocks_color_modules_rgb_square_icon](https://www.iconfinder.com/icons/7418/blocks_color_modules_rgb_square_icon) (Icon File) - Sergio Sanchesz Lopez, Futurosoft
## Contact me
- catswords@protonmail.com
- abuse@catswords.net

View File

@ -24,4 +24,4 @@ Note 2: A similar approach that WelsonJS uses has been called `LOLBins` in the c
## Report abuse
If you find any abuse cases of this project, please report it.
* catswords@protonmail.com
* abuse@catswords.net

2
app.js
View File

@ -366,6 +366,8 @@ var is = require("app/assets/js/is-0.9.0.min");
// Dive into entrypoint
function __main__() {
console.log("Report abuse or security issue: abuse@catswords.net");
if (typeof window === "undefined") {
initializeConsole();
} else {

View File

@ -66,6 +66,6 @@ exports.measureSimilarity = function(s1, s2) {
exports.cartesianProduct = cartesianProduct;
exports.VERSIONINFO = "ExtraMath module (extramath.js) version 0.0.4";
exports.AUTHOR = "catswords@protonmail.com";
exports.AUTHOR = "abuse@catswords.net";
exports.global = global;
exports.require = global.require;

View File

@ -146,6 +146,6 @@ exports.repeat = function(target, worker, onError) {
};
exports.VERSIONINFO = "FakeWorker module (fakeworker.js) version 0.0.4";
exports.AUTHOR = "catswords@protonmail.com";
exports.AUTHOR = "abuse@catswords.net";
exports.global = global;
exports.require = global.require;

View File

@ -953,6 +953,6 @@ exports.put = put;
exports._delete = _delete;
exports.VERSIONINFO = "HTTP Lib (http.js) version 0.7.5";
exports.AUTHOR = "catswords@protonmail.com";
exports.AUTHOR = "abuse@catswords.net";
exports.global = global;
exports.require = global.require;

View File

@ -115,6 +115,6 @@ exports.ForWriting = ForWriting;
exports.ForAppending = ForAppending;
exports.VERSIONINFO = "PIPE-based IPC Module (pipe-ipc.js) version 0.1.3";
exports.AUTHOR = "catswords@protonmail.com";
exports.AUTHOR = "abuse@catswords.net";
exports.global = global;
exports.require = require;

View File

@ -85,6 +85,6 @@ exports.getAntiVirusProducts = getAntiVirusProducts;
exports.OpenThreatSettings = OpenThreatSettings;
exports.VERSIONINFO = "Security Policy Module (security.js) version 0.2.2";
exports.AUTHOR = "catswords@protonmail.com";
exports.AUTHOR = "abuse@catswords.net";
exports.global = global;
exports.require = global.require;

View File

@ -70,6 +70,6 @@ exports.confirm = confirm;
exports.prompt = prompt;
exports.VERSIONINFO = "WelsonJS.Toolkit API version 0.3";
exports.AUTHOR = "catswords@protonmail.com";
exports.AUTHOR = "abuse@catswords.net";
exports.global = global;
exports.require = global.require;