olivervnc / less

GNU Affero General Public License v3.0
0 stars 0 forks source link

Minify and Obfuscate Code for Protection #3

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR minifies and obfuscates the code in the _worker.js file to protect it from unauthorized access and reverse engineering. The code is minified using UglifyJS to reduce its size by removing unnecessary characters and whitespace. It is then obfuscated using JavaScript Obfuscator to transform it into a more difficult-to-understand form by renaming variables and functions.

Summary of Changes

Fixes #1.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/minify-obfuscate-code

To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.

cloudflare-workers-and-pages[bot] commented 1 year ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 78d30a4
Status: ✅  Deploy successful!
Preview URL: https://792459b6.less-au2.pages.dev
Branch Preview URL: https://sweep-minify-obfuscate-code.less-au2.pages.dev

View logs