Taint because of Category in bindings.xml (fix included)
tflo opened this issue · 0 comments
It seems Dejunk is producing taint because of its Category variable in bindings.xml.
To reproduce:
- Reload game client with all addons disabled, except Dejunk.
- Open the Options Panel.
- In the sidebar, click on Keybindings. (Important)
- Exit the Options Panel.
- You should get the taint dialog box now.
- Do the same test without Dejunk loaded.
Please see this thread for more info. You find a working solution in post 9 of that thread.
So, in your case this would be:
category="Dejunk"
as plaintext string (not a variable). Or "Dejunk "
if you are already using Dejunk
as global.
– Tom