Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.

Why is the url hsahing to Base64 #43

Open
k1nxx opened this issue Jul 14, 2021 · 4 comments
Open

Why is the url hsahing to Base64 #43

k1nxx opened this issue Jul 14, 2021 · 4 comments

Comments

@k1nxx
Copy link

k1nxx commented Jul 14, 2021

https://cdn.alloyproxy.design/web/_aHR0cHM6Ly9kaXNjb3JkLmNvbQ==_/
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Why are you hashing it to base64 meanwhile you can replace it with the following regex

/(?:https?:\/\/)?(?:www\.)?/giy
@k1nxx
Copy link
Author

k1nxx commented Jul 14, 2021

also the naming conventions are awful. looking at some sites many things get messed up.

Looking at live examples a big issue is :
"Cross-Origin Request Blocked" - https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSDidNotSucceed
"CORS header ‘Access-Control-Allow-Origin" - https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSAllowOriginNotMatchingOrigin

could i contribute? I prefer typescript as-well(Just leaving a note)

@easella
Copy link

easella commented Jul 22, 2021

you can fork the project, edit the project you forked, and create a pull request. the owner of this project will accept or deny your request

@k1nxx
Copy link
Author

k1nxx commented Jul 23, 2021

you can fork the project, edit the project you forked, and create a pull request. the owner of this project will accept or deny your request

No thanks, this isn't related to making a pull request

Its in the "Issues Tab" and i don't talk about making a pull :)
Please don't give random replies

@caracal-js
Copy link
Member

The URL is hashed to base64 due to web filter URL detection. Also Alloy is now outdated, and is recommended that you use Corrosion instead.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants