Vergelyk wysigings
Granting JavaScript access to the clipboard
Wysiging 786:
Wysiging 786 deur Chris_Ilias op
Wysiging 6972:
Wysiging 6972 deur Chris_Ilias op
Sleutelwoorde:
Soekresultaat-opsomming:
This article describes how to allow certain websites to access your system's clipboard and describes security and privacy issues this could cause.
Inhoud:
<!-- DO NOT TRANSLATE THIS ARTICLE. THIS ARTICLE WILL BE ARCHIVED ON MARCH 25, 2010. -->
Some websites can benefit from having access to the copy/paste functionality of your system's clipboard. Examples include:
* Those that use rich text editors (such as a web mail or weblog posting site).
* Those that copy useful information (like text samples, or maybe images) to the clipboard upon your request.
This article describes how to allow certain websites to access your system's clipboard and describes security and privacy issues this could cause.
= Problems caused by unintended clipboard access =
There are several types of problems which can happen if a website is able to use your system's clipboard through ja<!-- -->vascript:
* A website may erase the clipboard data, which may cause you to lose important data that you had copied previously into the clipboard.
* A website may change the clipboard data, which may cause different data to be pasted later on instead of the data you intended to paste originally.
* A website may read the clipboard data, and use them in malicious ways or send them to a third party without your knowledge.
Therefore, you should only permit the websites that you absolutely trust to be able to access the clipboard.
= Enabling clipboard access for a website =
There is no such functionality built in to Firefox. [[T:amo]]
<!-- MZ credit -->
<br/> <br/>
'''''Based on information from [http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard Granting JavaScript access to the clipboard (mozillaZine KB)]'''''
<!-- DO NOT TRANSLATE THIS ARTICLE. THIS ARTICLE WILL BE ARCHIVED ON MARCH 25, 2010. -->
Some websites can benefit from having access to the copy/paste functionality of your system's clipboard. Examples include:
* Those that use rich text editors (such as a web mail or weblog posting site).
* Those that copy useful information (like text samples, or maybe images) to the clipboard upon your request.
This article describes how to allow certain websites to access your system's clipboard and describes security and privacy issues this could cause.
= Problems caused by unintended clipboard access =
There are several types of problems which can happen if a website is able to use your system's clipboard through javascript:
* A website may erase the clipboard data, which may cause you to lose important data that you had copied previously into the clipboard.
* A website may change the clipboard data, which may cause different data to be pasted later on instead of the data you intended to paste originally.
* A website may read the clipboard data, and use them in malicious ways or send them to a third party without your knowledge.
Therefore, you should only permit the websites that you absolutely trust to be able to access the clipboard.
= Enabling clipboard access for a website =
There is no such functionality built in to Firefox. [[T:amo]]
<!-- MZ credit -->
<br/> <br/>
'''''Based on information from [http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard Granting JavaScript access to the clipboard (mozillaZine KB)]'''''