Proxy profile pictures

This commit is contained in:
Omar Roth
2018-09-17 18:39:28 -05:00
parent bd5ec2f2f3
commit 35bee987f6
3 changed files with 53 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ class Config
end
class FilteredCompressHandler < Kemal::Handler
exclude ["/videoplayback", "/videoplayback/*", "/vi/*", "/api/*"]
exclude ["/videoplayback", "/videoplayback/*", "/vi/*", "/api/*", "/ggpht/*"]
def call(env)
return call_next env if exclude_match? env