teknium1
6fc76ef954
fix: harden website blocklist — default off, TTL cache, fail-open, guarded imports
...
- Default enabled: false (zero overhead when not configured)
- Fast path: cached disabled state skips all work immediately
- TTL cache (30s) for parsed policy — avoids re-reading config.yaml
on every URL check
- Missing shared files warn + skip instead of crashing all web tools
- Lazy yaml import — missing PyYAML doesn't break browser toolset
- Guarded browser_tool import — fail-open lambda fallback
- check_website_access never raises for default path (fail-open with
warning log); only raises with explicit config_path (test mode)
- Simplified enforcement code in web_tools/browser_tool — no more
try/except wrappers since errors are handled internally
2026-03-17 03:11:26 -07:00
..
2026-02-26 03:20:08 +03:00
2026-03-17 02:22:12 -07:00
2026-03-14 11:28:26 -07:00
2026-03-17 02:02:57 -07:00
2026-03-13 22:14:00 -07:00
2026-02-27 03:29:26 -05:00
2026-03-13 21:32:53 -07:00
2026-03-14 21:41:12 -07:00
2026-03-14 00:17:04 -07:00
2026-02-26 13:55:54 +03:00
2026-03-17 01:40:02 -07:00
2026-03-05 13:12:41 -08:00
2026-03-02 04:34:21 -08:00
2026-03-17 02:53:33 -07:00
2026-03-17 02:34:35 -07:00
2026-03-10 20:45:13 -07:00
2026-03-08 16:47:20 -07:00
2026-03-12 01:23:28 -07:00
2026-03-13 22:14:00 -07:00
2026-03-17 02:22:12 -07:00
2026-03-14 11:27:02 -07:00
2026-02-26 03:20:08 +03:00
2026-03-04 18:34:16 +03:00
2026-03-01 11:53:50 +03:00
2026-03-16 00:23:47 -07:00
2026-03-13 02:51:51 -07:00
2026-03-17 02:20:42 -07:00
2026-03-15 01:20:42 +05:30
2026-03-14 05:44:00 -07:00
2026-03-14 06:22:02 -07:00
2026-03-14 11:36:47 -07:00
2026-03-14 07:53:56 -07:00
2026-03-16 05:20:56 -07:00
2026-03-17 02:34:35 -07:00
2026-03-14 03:54:46 -07:00
2026-03-15 02:51:04 -07:00
2026-03-10 16:25:41 -07:00
2026-03-15 20:21:21 -07:00
2026-03-10 17:09:51 -07:00
2026-03-17 02:02:57 -07:00
2026-03-17 01:52:43 -07:00
2026-03-14 11:36:47 -07:00
2026-03-16 19:01:39 +03:00
2026-03-05 18:51:43 -08:00
2026-03-04 05:30:43 -08:00
2026-03-02 02:00:09 -08:00
2026-03-14 11:27:02 -07:00
2026-03-14 23:15:04 -07:00
2026-03-17 02:13:34 -07:00
2026-03-07 03:58:32 +03:00
2026-03-13 04:10:22 -07:00
2026-03-15 21:13:40 -07:00
2026-03-04 17:23:23 +03:00
2026-03-02 22:53:21 +03:00
2026-03-14 06:04:39 -07:00
2026-03-13 23:39:51 -07:00
2026-03-16 23:39:41 -07:00
2026-03-08 23:07:38 +03:00
2026-03-15 21:51:40 -07:00
2026-03-14 22:09:59 -07:00
2026-03-14 20:22:13 -07:00
2026-03-14 14:27:21 +03:00
2026-03-14 14:27:21 +03:00
2026-03-05 18:22:39 -08:00
2026-03-17 03:11:26 -07:00
2026-03-01 01:54:27 +03:00
2026-02-26 13:30:55 +03:00
2026-03-17 02:22:12 -07:00