seed-rs / seed

A Rust framework for creating web apps
MIT License
3.81k stars 155 forks source link

prevent system from intercepting links with a download attribute #572

Closed blunted2night closed 3 years ago

blunted2night commented 3 years ago

This PR prevents seed from intercepting links with a download attributes

<a download="filename.ext" href="/files/filename.ext">filename.ext</a>
MartinKavik commented 3 years ago

@blunted2night Please fix the Clippy errors and update CHANGELOG and I'll merge it, thanks!

blunted2night commented 3 years ago

what should I use for the version line?

MartinKavik commented 3 years ago

what should I use for the version line?

If you mean the version in CHANGELOG - Just add a new item below [unreleased].

Also it would be nice to squash commits into one.

blunted2night commented 3 years ago

Sorry, I was looking at the warp change log. Thanks.