Skip to content

Commit

Permalink
Allow loading third-party UC scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Dec 26, 2021
1 parent 7bed83a commit fc34860
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions native/userchrome/profile/chrome/pwa/content/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@

#close-page-button > .toolbarbutton-icon {
list-style-image: url("chrome://global/skin/icons/close.svg");
-moz-context-properties: stroke;
stroke: currentColor;
padding-top: 7px !important;
}

Expand Down
1 change: 1 addition & 0 deletions native/userchrome/runtime/_autoconfig.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
try {
Cu.import('resource://gre/modules/osfile.jsm');
Cu.import(OS.Path.toFileURI(OS.Constants.Path.profileDir) + '/chrome/pwa/boot.jsm');
Cu.import(OS.Path.toFileURI(OS.Constants.Path.profileDir) + '/chrome/user/boot.jsm');
} catch (error) {}

0 comments on commit fc34860

Please sign in to comment.