We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Text:
The Regex Expression: <script.slick.>.*</script>
The Conf:
location / { #proxy_ssl_server_name on; proxy_connect_timeout 60s; proxy_read_timeout 5400s; proxy_send_timeout 5400s; proxy_pass http://xxx.net/; proxy_ssl_verify off; #proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host "xxx.net"; proxy_set_header User-Agent $http_user_agent; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Accept-Encoding ''; replace_filter '<script.slick.>.*</script>' '' g; replace_filter_max_buffered_size 1024k; }
Nginx Version nginx/1.14.0
Please help.
Thanks.
The text was updated successfully, but these errors were encountered:
tests: unify resty path. (#25)
a4129c4
No branches or pull requests
The Text:
<script type='text/javascript' src='https://www.xxx.com/wp-content/plugins/slick-social-share-buttons/js/ga.social_tracking.js?ver=4.7.10'></script>The Regex Expression:
<script.slick.>.*</script>
The Conf:
location /
{
#proxy_ssl_server_name on;
proxy_connect_timeout 60s;
proxy_read_timeout 5400s;
proxy_send_timeout 5400s;
proxy_pass http://xxx.net/;
proxy_ssl_verify off;
#proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host "xxx.net";
proxy_set_header User-Agent $http_user_agent;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Accept-Encoding '';
replace_filter '<script.slick.>.*</script>' '' g;
replace_filter_max_buffered_size 1024k;
}
Nginx Version nginx/1.14.0
Please help.
Thanks.
The text was updated successfully, but these errors were encountered: