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:
@@ -716,7 +716,9 @@ Only modules on Emacs' list of allowed modules can be loaded. */)
|
||||
"rtree",
|
||||
"sha1",
|
||||
"uuid",
|
||||
"vector0",
|
||||
"vfslog",
|
||||
"vss0",
|
||||
"zipfile",
|
||||
NULL
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user