mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
[Pale-Moon] [win system] Update the list of delayed-loaded dlls
Primarily for those who custom-install and somehow mess up directory permissions exposing themselves to dll injection attacks. Also removes esent since we no longer import anything from it.
This commit is contained in:
parent
5d7a2b8793
commit
8a2431fffb
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,6 @@ LOCAL_INCLUDES += [
|
|||
|
||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
OS_LIBS += [
|
||||
'esent',
|
||||
'netapi32',
|
||||
'ole32',
|
||||
'shell32',
|
||||
|
|
@ -25,8 +24,9 @@ if CONFIG['OS_ARCH'] == 'WINNT':
|
|||
'version',
|
||||
]
|
||||
DELAYLOAD_DLLS += [
|
||||
'esent.dll',
|
||||
'netapi32.dll',
|
||||
'advapi32.dll',
|
||||
'ole32.dll',
|
||||
]
|
||||
|
||||
# GTK: Need to link with glib for GNOME shell service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue