Bartalog / cool-maze

A quick mobile-to-desktop share capability, through matrix barcode
Apache License 2.0
2 stars 6 forks source link

Inappropriate web link filter #359

Open Deleplace opened 6 years ago

Deleplace commented 6 years ago

When sharing a link, have the backend peek at the remote site or resource, to detect if inappropriate. Don't let the frontend auto-redirect until the backend has established that the URL target "looks safe".

Deleplace commented 6 years ago

It is not possible in general to determine if the target website will act maliciously or not. This issue covers only basic shock site redirection.

Bartalog commented 5 years ago

This doesn't play well with E2EE (#58). Opaque traffic => no censorship.

Bartalog commented 5 years ago

E2EE doesn't forbid some limited form of client-side propriety check.