View Single Post
09-04-10, 11:04 AM   #33
yj589794
A Rage Talon Dragon Guard
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 314
Originally Posted by silverwind View Post
Until Blizzard fixes this, you can try to manually load them through a addon's toc.

Code:
..\..\FrameXML\SecureGroupHeaders.xml
..\..\FrameXML\SecureGroupHeaders.lua
Unfortunately, you cannot do this. Any user provided addon that touches any secure code (even loading Blizzard's own libraries) will inherently cause a taint issue.

We are just going to have to wait until Blizzard adds a fix to make sure this new library is loaded.