acmpesuecc / EasyLinks

A fast as hell link redirecting service / shortening service , your python dictionary speeds are a joke compared to this.
MIT License
2 stars 7 forks source link

Added feature to filter websites #9

Closed tanisthahota closed 10 months ago

tanisthahota commented 1 year ago

Filtering websites based on domain. Checks whether the entered website (as key) is from an allowed domain. To prevent attackers to use sub domains of allowed domains, also checks whether URL is encrypted using HTTPS.

Also fixed an argument error in the code.

tanisthahota commented 1 year ago

Added a text file that provides input for whitelisted websites.