mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-12 05:07:40 +02:00
Updated icon blacklisting.
- Blacklisting was not effective for redirects and rel href - Able to blacklist non global IP's like RFC1918, multicast etc...
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#![feature(proc_macro_hygiene, decl_macro, vec_remove_item, try_trait)]
|
||||
#![feature(proc_macro_hygiene, decl_macro, vec_remove_item, try_trait, ip)]
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
#[cfg(feature = "openssl")]
|
||||
|
Reference in New Issue
Block a user