Signed Scripts
An ability to sign scripts with a digital signature.
- JavaScript security "sandbox" protects the user's system by preventing unsigned scripts
from accessing local resources.
- The sandbox prevents
JavaScript scripts from causing security breaches such as inserting virus on to the disk.