Core function | |
Implemented in | Navigator 3.0; removed in Navigator 4.0 |
untaint(dataElementName)
dataElementName | (Optional) The property, variable, function, or object to remove tainting from. If omitted, taint is removed from the script itself. |
Use untaint
to clear tainting that marks data that should not to be sent by other scripts to different servers.
untaintedStatus=untaint(window.defaultStatus)
// untaintedStatus can now be sent in a URL or form post by other
// scripts
navigator.taintEnabled
, taint
Last Updated: 10/31/97 16:38:00