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:
parent
8d2012024d
commit
3327f36ad9
1 changed files with 2 additions and 0 deletions
|
@ -716,7 +716,9 @@ Only modules on Emacs' list of allowed modules can be loaded. */)
|
|||
"rtree",
|
||||
"sha1",
|
||||
"uuid",
|
||||
"vector0",
|
||||
"vfslog",
|
||||
"vss0",
|
||||
"zipfile",
|
||||
NULL
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue