miniflux-v2/internal/proxy
jvoisin 9fe99ce7fa Simplify and optimize genericProxyRewriter
- Reduce the amount of nested loops: it's preferable to search the whole page
  once and filter on it (even with filters that should always be false),
  than searching it again for every element we're looking for.
- Factorize the proxying conditions into a `shouldProxy` function to reduce the
  copy-pasta.
2024-03-03 20:25:47 -08:00
..
media_proxy.go Simplify and optimize genericProxyRewriter 2024-03-03 20:25:47 -08:00
media_proxy_test.go Proxify video poster attribute 2024-02-23 18:44:20 -08:00
proxy.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00