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