Alberto Paderno

Results 93 comments of Alberto Paderno

`(o *StringArray) BinaryOp` doesn't allow to add a string to `StringArray`, while the example script does exactly that with `my_list + "three"`. The code used for `(o *StringArray) BinaryOp` would...

As long as the permissions are checked before showing administrative pages, there isn't any security issue. Knowing that http://example.com/admin is a valid URL for the site isn't much helpful, except...

There are also sites that return a 404 error page instead of a 403 error page. Instead of changing the URL of the /admin page, I would rather do that....

@humantex Knowing the URL is not a security issue, if the URL is accessible only to users who have a specific role or specific permissions. It's not that keeping to...

I changed the PHP version used from the site to PHP 7.2.21. Now the homepage and the login widget are visible. It seems the issue is caused from the PHP...

These are the extensions PageKit lists for PHP 7.3. > Core, date, libxml, openssl, pcre, sqlite3, zlib, bz2, calendar, ctype, curl, hash, filter, ftp, gettext, gmp, SPL, iconv, pcntl, readline,...

Fingerprint libraries generate a different fingerprint ID for each browser because their purpose is identifying the browser, not the user who is using the browser. While there is no complete...

The difference is that the other extension just shows an icon for the caps lock and the num lock keys, which usually have a led for their status, on a...

If you are looking for a different library, there is the [FingerprintJS](https://github.com/fingerprintjs/fingerprintjs) library, which has an accuracy between 40% and 60%, but it is fully open source. ClientJS itself has...

I apologize: I was "quoting" the project page, which says *Built Upon:* and shows three links, including  `https://web.archive.org/web/20200714191004/https://github.com/Valve/fingerprintjs`. I did not mean this library has code that comes from that...