Merge pull request #103570 from chkno/tor-noscript

tor-browser-bundle-bin: Fix extension path. Fixes NoScript.

authored by Joachim F and committed by GitHub b719eb3c b1680e3f

+3 -3
+3 -3
pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
··· 231 231 232 232 # Preload extensions by moving into the runtime instead of storing under the 233 233 # user's profile directory. 234 - mkdir -p "$TBB_IN_STORE/browser/extensions" 234 + # See https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions 235 + mkdir -p "$TBB_IN_STORE/distribution/extensions" 235 236 mv "$TBB_IN_STORE/TorBrowser/Data/Browser/profile.default/extensions/"* \ 236 - "$TBB_IN_STORE/browser/extensions" 237 + "$TBB_IN_STORE/distribution/extensions" 237 238 238 239 # Hard-code paths to geoip data files. TBB resolves the geoip files 239 240 # relative to torrc-defaults_path but if we do not hard-code them ··· 409 410 # the compound is "libre" in a strict sense (some components place certain 410 411 # restrictions on redistribution), it's free enough for our purposes. 411 412 license = licenses.free; 412 - broken = true; 413 413 }; 414 414 }