mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
libservo: Enable file directory listing by default (#35317)
This is a useful feature to have in a browser engine, so I think it should be enabled by default. I believe that the original concern was that there was a security issue, but this certainly has the same security concerns as normal file loading. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
6a5cb22451
commit
e7a6691628
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ impl Preferences {
|
|||
network_enforce_tls_localhost: false,
|
||||
network_enforce_tls_onion: false,
|
||||
network_http_cache_disabled: false,
|
||||
network_local_directory_listing_enabled: false,
|
||||
network_local_directory_listing_enabled: true,
|
||||
network_mime_sniff: false,
|
||||
session_history_max_length: 20,
|
||||
shell_background_color_rgba: [1.0, 1.0, 1.0, 1.0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue