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
Custom Purge Url option does not show newlines when using multiple urls. Therefore when one saves options but does not make changes to this option, option is saved as one url:
/url1/
/url2/
is shown:
/url1//url2/
I believe line 522 on /admin/partial/nginx-helper-general-options.php should use esc_textarea instead of esc_url
The text was updated successfully, but these errors were encountered:
Custom Purge Url option does not show newlines when using multiple urls. Therefore when one saves options but does not make changes to this option, option is saved as one url:
/url1/
/url2/
is shown:
/url1//url2/
I believe line 522 on /admin/partial/nginx-helper-general-options.php should use esc_textarea instead of esc_url
The text was updated successfully, but these errors were encountered: