user agent
This commit is contained in:
1
flag.js
1
flag.js
@@ -40,6 +40,7 @@
|
||||
fields['s'] = window.location.hostname;
|
||||
if(document.referrer) {fields['r'] = document.referrer;}
|
||||
if(window.location.href) {fields['u'] = window.location.href;}
|
||||
if(navigator.userAgent) {fields['a'] = navigator.userAgent;}
|
||||
|
||||
for(var f in fields) {
|
||||
var inp = document.createElement('input');
|
||||
|
||||
Reference in New Issue
Block a user