miniflux-v2/internal/reader/sanitizer
jvoisin 54b5be5e7d Significantly simplify/speed up the sanitizer
- Use constant time access for maps instead of iterating on them
- Build a ~large whitelist map inline instead of constructing it item by item
  (and remove a duplicate key/value pair)
- Use `slices` instead of hand-rolled loops
2024-02-25 17:29:46 -08:00
..
sanitizer.go Significantly simplify/speed up the sanitizer 2024-02-25 17:29:46 -08:00
sanitizer_test.go fix: tests for allow popups to escape sandbox 2023-12-10 16:59:58 -08:00
srcset.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
srcset_test.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
strip_tags.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
strip_tags_test.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
truncate.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
truncate_test.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00