Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Midas editor module security preferences

Terjemahan ini belum lengkap. Mohon bantu menerjemahkan artikel ini dari Bahasa Inggris.

Peran adalah perilaku yang muncul akibat kedudukan dan fungsi status seseorang dalam sebuah kesatuan kelompok, organisasi maupun masyarakat. Setiap individu mempunyai peran masing-masing dalam hubungannya dengan manusia lain dan peran yang dimunculkan memiliki tujuan dan keuntungan bagi individu ataau manusia tersebut. Untuk mencapai tujuan ini, manusia atau individu akan melakukan kerjasama dengan manusia atau individu lain dan berinteraksi atau berhubungan antar manusia atau individu. Dengan demikian manusia atau individu adalah makhluk social yang senantiasa beriteraksi antar manusia atau individu dan setiap interaksi  mempunyai tujuan dan arah yang saling menguntungkan kedua belah pihak atau banyak pihak tergantung jumlah manusia atau individu dalam sebuah keluarga, kelompok, organisasi atau masyarakat. Tetapi manusia juga adalah makhluk yang memiliki kebutuhan tersendiri yang berbeda-beda antara setiap individu atau manusia (makhluk egois). Kedua dimensi manusia ini bisa sangat bertolak belakang artinya ada manusia dalam berinteraksinya sangat menonjol sisi makhluk sosialnya sedangkan disisi lain ada juga manusia yang lebih menonjol disisi egoistisnya sehingga menimbulkan kepentingan-kepentingan dan kebutuhan-kebutuhan yang berbeda dalam perilaku ( penjawantahan peran) dalam  pencapaian tujuan-tujuannya.

            Jika kita tarik teori di atas dalam organisasi pelayanan public yang berada dalam sebuah organisasi pemerintahan (eksekutif), parlemen (legislative) atau perangkat hkum (yudikatif) maka hu bungan-hubungan peran atau interaksi antar manusia dilandasi oleh pencapaian-pencapaian tujuan dari organisasi pelayanan public dan kepentingan-kepentingan atau kebutuhan-kebutuhan masing-masing manusia dan individu di dalam organisasi.

 

 

Note: If you've reached this page from a message box in Firefox or another Mozilla product, try using keyboard shortcuts for the Cut, Copy, and Paste commands:

  • Copy: Ctrl+C or Ctrl+Insert (command+C on Mac)
  • Paste: Ctrl+V or Shift+Insert (command+V on Mac)
  • Cut: Ctrl+X or Shift+Delete (command+X on Mac)

The information on the rest of this page is for Web developers and advanced users. Please do not try to modify this page.

To protect users' private information, unprivileged scripts cannot invoke the Cut, Copy, and Paste commands in Midas, which is Mozilla's rich text editor component. This means that the corresponding buttons on the Mozilla Rich Text Editing demo page will not work. To enable these functions, you must modify your browser preferences.

Warning: Changing these preferences can leave your browser insecure, especially if you grant permission to untrusted sites. Only change these settings as needed to try the demo above and to test your own add-on or Firefox-internal code, and be sure to restore the default settings when you're done!

Changing the preferences in Firefox

  1. Quit Firefox. If you have Quick Launch running (on Windows, this is an icon in the toolbar), quit that too.
  2. Find your Firefox profile directory.
  3. Open the user.js file from that directory in a text editor. If there's no user.js file, create one.
  4. Add these lines to user.js:
    user_pref("capability.policy.policynames", "allowclipboard");
    user_pref("capability.policy.allowclipboard.sites", "https://www-archive.mozilla.org");
    user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
    user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");
    
  5. Change the URL https://www.mozilla.org to the site for which you want to enable this function.
  6. Save the file and restart Firefox. The Clipboard buttons in the demo, or similar buttons on the sites you listed, should now function.
Note: The preference is site as well as protocol specific. For example:
user_pref("capability.policy.allowclipboard.sites", "https://www-archive.mozilla.org")

is not the same as:

user_pref("capability.policy.allowclipboard.sites", "https://www-archive.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 example:
user_pref("capability.policy.allowclipboard.sites", "https://www-archive.mozilla.org https://developer.mozilla.org")

Again, keep in mind the security risks involved here and be sure to remove permission to access the clipboard once you no longer need it enabled.

See also

Tag Dokumen dan Kontributor

 Kontributor untuk laman ini: akhmad65
 Terakhir diperbarui oleh: akhmad65,