Changing the preferences in Firefox
- Quit Firefox. If you have Quick Launch running (on Windows, this is an icon in the toolbar), quit that too.
- Find your Firefox profile directory.
- Open the
user.js
file from that directory in a text editor. If there's nouser.js
file, create one. - Add these lines to
user.js
:user_pref("capability.policy.policynames", "allowclipboard"); user_pref("capability.policy.allowclipboard.sites", "https://www.mozilla.org"); user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess"); user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");
- Change the url
https://www.mozilla.org
to the site for which you want to enable this function. - Save the file and restart Firefox. The Clipboard buttons should now function.
Note: The preference is site as well as protocol specific. For example:
user_pref("capability.policy.allowclipboard.sites", "https://www.mozilla.org")
is not the same as:
user_pref("capability.policy.allowclipboard.sites", "https://www.mozilla.org")
This is because the first uses HTTP while the second uses HTTPS.
If you want to allow multiple URLs to access the Paste operation, separate the URLs with a space. For For more information about security policies, see this article about Configurable Security Policies.See also
Etiquetas do documento e colaboradores
Colaboradores desta página:
aninha,
jsx,
Souza2015,
teoli,
albertocred,
jessicapollita,
mrosanetc,
[email protected],
marildams,
[email protected],
JDIGITAL,
cezinha0204
Última atualização por:
aninha,