This article is a World of Warcraft API stub. You can help expand it by editing it

Secure code

From Warcraft Wiki
Jump to navigation Jump to search


Secure code has the special privilege of calling Protected Functions. All Blizzard code is secure unless it has been tainted by non-secure code (usually through hooking). Frames that are created from Blizzard's secure frame templates are also created secure.

Secure Execution and Tainting explains this in great detail.