Date: 2024-11-27 11:47:17
Score: 1.5
Natty:
Try to disable security check like here: https://stackoverflow.com/a/61498317/3730077
chromePrefs.put("safebrowsing.enabled", "false");
...
options.addArguments("disable-popup-blocking");
Reasons:
- Blacklisted phrase (1): stackoverflow
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- High reputation (-1):
Posted by: Slava Kuravsky