You can add the following codes into the pref.js or user.js if you already familiar with FF Profile Maker:
user_pref("permissions.default.camera", 2);
user_pref("permissions.default.desktop-notification", 2);
user_pref("permissions.default.microphone", 2);
user_pref("permissions.default.xr", 2);
user_pref("permissions.default.geo", 2);
user_pref("browser.privatebrowsing.vpnpromourl", "");
user_pref("browser.contentblocking.report.vpn-android.url", "");
user_pref("browser.contentblocking.report.vpn-ios.url", "");
user_pref("browser.contentblocking.report.vpn-promo.url", "");
user_pref("browser.contentblocking.report.vpn.enabled", false);
user_pref("browser.contentblocking.report.vpn.url", "");
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false);
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
user_pref("network.http.referer.XOriginPolicy", 2);
user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
Not rendering IDNs as their Punycode equivalent leaves you open to phishing attacks that can be very difficult to notice. Read the details here.The following function is included with FF Profile Maker Wizard, but in case you forgot to set it up, just copy this code into the pref.js file.
user_pref("network.IDN_show_punycode", true);
user_pref("privacy.firstparty.isolate", true);
user_pref("keyword.enabled", true);