Core function | |
Implemented in | Navigator 3.0; removed in Navigator 4.0 |
taint(dataElementName)
dataElementName | (Optional) The property, variable, function, or object to taint. If omitted, taint is added to the script itself. |
Use taint
to mark data that otherwise is not tainted.
taintedStatus=taint(window.defaultStatus)
// taintedStatus now cannot be sent in a URL or form post without
// the end user's permission
navigator.taintEnabled
, untaint
Last Updated: 10/31/97 16:38:00