mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +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']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue