Add 2 SQLite extensions to allow-list.

* src/sqlite.c (Fsqlite_load_extension): Add 2 Free Software
extensions to the allow-list.  For the details, see
https://lists.gnu.org/archive/html/emacs-devel/2023-11/msg00234.html.
This commit is contained in:
Eli Zaretskii 2023-11-18 11:11:04 +02:00
parent 8d2012024d
commit 3327f36ad9

View file

@ -716,7 +716,9 @@ Only modules on Emacs' list of allowed modules can be loaded. */)
"rtree",
"sha1",
"uuid",
"vector0",
"vfslog",
"vss0",
"zipfile",
NULL
};