mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
[Pale-Moon] Issue #1733 - Provide default ua-update.json for dynamic user-agent updates
This commit is contained in:
parent
34bac9693e
commit
ab737129d8
3 changed files with 6 additions and 1 deletions
|
|
@ -19,7 +19,10 @@ if CONFIG['LIBXUL_SDK']:
|
|||
|
||||
SOURCES += ['nsBrowserApp.cpp']
|
||||
|
||||
FINAL_TARGET_FILES += ['blocklist.xml']
|
||||
FINAL_TARGET_FILES += [
|
||||
'blocklist.xml',
|
||||
'ua-update.json'
|
||||
]
|
||||
FINAL_TARGET_FILES.defaults += ['permissions']
|
||||
FINAL_TARGET_FILES.defaults.profile += ['profile/prefs.js']
|
||||
|
||||
|
|
|
|||
1
application/palemoon/app/ua-update.json
Normal file
1
application/palemoon/app/ua-update.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
|
|
@ -134,6 +134,7 @@
|
|||
@BINPATH@/@DLL_PREFIX@mozavcodec@DLL_SUFFIX@
|
||||
#endif
|
||||
@RESPATH@/browser/blocklist.xml
|
||||
@RESPATH@/browser/ua-update.json
|
||||
#ifdef XP_UNIX
|
||||
#ifndef XP_MACOSX
|
||||
@RESPATH@/run-mozilla.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue