Issue #968 - Preload the permissions manager with permissions file

This commit is contained in:
Matt A. Tobin 2019-05-09 16:57:05 -04:00 • committed by Roy Tam
commit 37f0839a64
4 changed files with 19 additions and 3 deletions

View file

@ -20,6 +20,7 @@ if CONFIG['LIBXUL_SDK']:
SOURCES += ['nsBrowserApp.cpp']
FINAL_TARGET_FILES += ['blocklist.xml']
FINAL_TARGET_FILES.defaults += ['permissions']
FINAL_TARGET_FILES.defaults.profile += ['profile/prefs.js']
DEFINES['APP_VERSION'] = CONFIG['MOZ_APP_VERSION']