You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’d like to suggest a new plugin feature to enable response body modifications. For example, with NGINX, I often use sub_filter to dynamically insert custom stylesheets or scripts into the <head> section of HTML responses for some of my Docker-based applications.
The text was updated successfully, but these errors were encountered:
I’d like to suggest a new plugin feature to enable response body modifications. For example, with NGINX, I often use
sub_filter
to dynamically insert custom stylesheets or scripts into the<head>
section of HTML responses for some of my Docker-based applications.The text was updated successfully, but these errors were encountered: