1 | sbool userAgentIsBotOrJava(S userAgent) {
|
2 | ret userAgentIsBot(userAgent) || startsWith(userAgent, "Java/"); |
3 | } |
Began life as a copy of #1012614
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
| Snippet ID: | #1032516 |
| Snippet name: | userAgentIsBotOrJava - advanced (!) guess work |
| Eternal ID of this version: | #1032516/2 |
| Text MD5: | 247752db6bc537bdd5f89e2f7d21f22c |
| Author: | stefan |
| Category: | javax / http |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-09-13 16:38:38 |
| Source code size: | 112 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 326 / 359 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |