You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example: <a href="mailto: [email protected]>contact us</a>
gets turned into this in the dom <a href="[/cdn-cgi/l/email-protection#eb9b99829d8a8892ab8982938a87c5888486d4989e89818e889fd6bb99829d8a8892ced9dbbb8487828892](view-source:https://www.bixal.com/cdn-cgi/l/email-protection#eb9b99829d8a8892ab8982938a87c5888486d4989e89818e889fd6bb99829d8a8892ced9dbbb8487828892)">contact us</a>
While <a href="mailto: [email protected]>[email protected]</a>
Gets turned into this in the dom: <a href="[/cdn-cgi/l/email-protection#5e373038311e3c37263f32703d3133](view-source:https://www.bixal.com/cdn-cgi/l/email-protection#5e373038311e3c37263f32703d3133)"><span class="__cf_email__" data-cfemail="0c65626a634c6e65746d60226f6361">[email protected]</span></a>
Our bx-global.js function cfDecodeEmails handles the latter, but not the former. Update it to handle both.
The text was updated successfully, but these errors were encountered:
For example:
<a href="mailto: [email protected]>contact us</a>
gets turned into this in the dom
<a href="[/cdn-cgi/l/email-protection#eb9b99829d8a8892ab8982938a87c5888486d4989e89818e889fd6bb99829d8a8892ced9dbbb8487828892](view-source:https://www.bixal.com/cdn-cgi/l/email-protection#eb9b99829d8a8892ab8982938a87c5888486d4989e89818e889fd6bb99829d8a8892ced9dbbb8487828892)">contact us</a>
While
<a href="mailto: [email protected]>[email protected]</a>
Gets turned into this in the dom:
<a href="[/cdn-cgi/l/email-protection#5e373038311e3c37263f32703d3133](view-source:https://www.bixal.com/cdn-cgi/l/email-protection#5e373038311e3c37263f32703d3133)"><span class="__cf_email__" data-cfemail="0c65626a634c6e65746d60226f6361">[email protected]</span></a>
Our
bx-global.js
functioncfDecodeEmails
handles the latter, but not the former. Update it to handle both.The text was updated successfully, but these errors were encountered: