<div dir="ltr"><div style="font-family:arial,sans-serif;font-size:13px">Hi everyone,<br></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I noticed an issue with the Redux framework while reviewing. It appears to be "dialing home", sending system and install info back to <a href="https://redux-tracking.herokuapp.com/" target="_blank">https://redux-tracking.herokuapp.com</a>. I think it's sending this data even if you've opted-out, due to a loose comparison: allow_tracking is set to "yes" or "no" when you dismiss the "can we track you" pointer, and later it <a href="https://github.com/ReduxFramework/redux-framework/blob/master/ReduxCore/inc/tracking.php#L95" target="_blank">checks "yes" or "no" against true</a>, which evals to true, and sets up tracking.</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">In addition to the theme I'm reviewing, there are other themes already approved that use this framework, and seem to be doing the same thing.</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">--Kelly</div></div>