···231231232232 # Preload extensions by moving into the runtime instead of storing under the
233233 # user's profile directory.
234234- mkdir -p "$TBB_IN_STORE/browser/extensions"
234234+ # See https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions
235235+ mkdir -p "$TBB_IN_STORE/distribution/extensions"
235236 mv "$TBB_IN_STORE/TorBrowser/Data/Browser/profile.default/extensions/"* \
236236- "$TBB_IN_STORE/browser/extensions"
237237+ "$TBB_IN_STORE/distribution/extensions"
237238238239 # Hard-code paths to geoip data files. TBB resolves the geoip files
239240 # relative to torrc-defaults_path but if we do not hard-code them
···409410 # the compound is "libre" in a strict sense (some components place certain
410411 # restrictions on redistribution), it's free enough for our purposes.
411412 license = licenses.free;
412412- broken = true;
413413 };
414414}