currently, images uploaded to DAV have public urls that can be access from anywhere.
Potential solutions
- add referrer checking (spoofable)
- proxy images through the forum itself (inefficient if using remote image host)
- pluggable auth
- local is likely easy, but can always proxy through forum
- remote is a lot harder, may need to consider a real auth provider at some point
currently, images uploaded to DAV have public urls that can be access from anywhere.
Potential solutions