Bug #14542
closedtypo3_rtehtmlarea_prefs.xpi uninstallable in FireFox 1.0
0%
Description
I can't install typo3_rtehtmlarea_prefs.xpi into FireFox 1.0 although Allow webistes to install.... is turned on and site is added to allowed sites to install.
It offers to install, I click on 'Install', it appears very briefly in 'Extensions' but doesn't get installed so I can't copy/paste text.
(issue imported from #M765)
Updated by old_SupaDucta almost 20 years ago
Turns out it didn't add the site that should be allowed to use clipboard in user.js, left a default fructifor.com.
So I changed C:\Documents and Settings\Administrator\Application Data\Mozilla\Firefox\Profiles\user.js manually:
user_pref("capability.policy.allowclipboard.sites", "http://www.mydomainhere.net" );
and it works now.
Updated by Stanislas Rolland almost 20 years ago
The default should have been http://www.mozilla.org and should have been replaced by your site on generation.
Delete files typo3_rtehtmlarea_prefs.xpi and user.js in folder uploads/tx_rtehtmlarea.
Re-import the extension.
The files should be correctly re-generated.