Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
<if-op-attr name="Surname" op="available"/>
If access to the clipboard from your Mozilla*-enabled or related browser appears to be disabled, use the following procedure:
1. In your browser, open the about:config URL in the Navigation toolbar to configure browser preferences.
2. Set the value of "signed.applets.codebase_principal_support" to true.
3. Restart your browser.
After restarting, the next clipboard access attempt results in the following Internet Security prompt:
A script from "https://xxx.xxx.xxx.xxx" has requested UniversalXPConnect privileges. You should grant these privileges only if you are comfortable downloading and executing a program from this source. Do you wish to allow these privileges?
4. Click Yes to allow the clipboard access request to proceed. If the "Remember this decision" checkbox is selected, future access is granted without confirmation, effective the next time you restart your browser.
If, after performing the above steps, access to the clipboard remains disabled (or if you selected No and selected the Remember This Decision checkbox in the Internet Security prompt), you might need to perform additional steps.
~/.mozilla/firefox/2ayu404n.default
user_pref("capability.principal.certificate.p3.granted", "UniversalXPConnect");
user_pref("capability.principal.certificate.p3.id", "09:E5:41:D7:AA:A7:67:22:EB:AB:92:1E:E7:44:F4:FB:B6:19:A3:A9");
user_pref("capability.principal.certificate.p3.subjectName", "CN=\"Novell, Inc.\",OU=Network Products Group,OU=Digital ID Class 3 - Netscape Object Signing,O=\"Novell, Inc.\",L=Provo,ST=Utah,C=US");
user_pref("capability.principal.codebase.p0.granted", "UniversalXPConnect");
user_pref("capability.principal.codebase.p0.id", "https://10.1.1.15:8443");
user_pref("capability.principal.codebase.p0.subjectName", "");
user_pref("capability.principal.codebase.p1.granted", "UniversalXPConnect");
user_pref("capability.principal.codebase.p1.id", "https://10.1.1.16:8443");
user_pref("capability.principal.codebase.p1.subjectName", "");