https://github.com/vclemenzi/safeshort
A url shorter that does not allow dangerous link shortening
https://github.com/vclemenzi/safeshort
Last synced: 4 months ago
JSON representation
A url shorter that does not allow dangerous link shortening
- Host: GitHub
- URL: https://github.com/vclemenzi/safeshort
- Owner: vclemenzi
- Created: 2023-07-09T15:12:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T12:10:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T00:28:01.857Z (4 months ago)
- Language: HTML
- Size: 1000 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SafeShort
SafeShort is a url shorter platform that does not allow publishing sites within the file-db of malicious sites. This control unfortunately leads to the url creation being a little slower in comparison to other url shorteners but at least you can feel safer when clicking on a url shortened. The initial design was inspired by [this](https://www.youtube.com/watch?v=ElQxbbNBayI) youtube short made by [NetworkChuck](https://www.youtube.com/@NetworkChuck). SafeHost can be self-hosted and started by itself to have its own secure url shorter.## Malicius URL List
The list of malicious links is taken from [this file](https://blocklistproject.github.io/Lists/alt-version/fraud-nl.txt).
I will probably add more lists in the future```
# ------------------------------------[UPDATE]--------------------------------------
# Title: The Block List Project - Fraud List (NL)
# Expires: 1 day
# Homepage: https://blocklist.site
# Help: https://github.com/blocklistproject/lists/wiki/
# License: https://unlicense.org
# Total number of network filters: 196085
# ------------------------------------[SUPPORT]-------------------------------------
# You can support by:
# - reporting false positives
# - making a donation: https://paypal.me/blocklistproject
# -------------------------------------[INFO]---------------------------------------
#
# Fraud list
# ------------------------------------[FILTERS]-------------------------------------
# peopleperhour.com issue 54
# www.peopleperhour.com Issue 54
# secured-login.net Issue 19
# www.secured-login.net Issue 19
```## 452: Blocked for security reasons
During the development of this project I wanted to "create" the status http 452 which stands for "Blocked for security reasons" that can be used to specify that a request was blocked because something violated the security of the platform/user etc... for example if in a messaging chat you are making a request to send a message that contains a dangerous image or similar things you can block it using this status (soon maybe I will make a repo where I will explain possible uses and meaning)