This brings 3.0 into line with the more correct version already in 3.1.
It catches less false-postives on dynamic URLs.
Suggested default:
NOCOMMENT_START
-refresh_pattern ^ftp: 1440 20% 10080
-refresh_pattern ^gopher: 1440 0% 1440
-refresh_pattern (cgi-bin|\?) 0 0% 0
-refresh_pattern . 0 20% 4320
+refresh_pattern ^ftp: 1440 20% 10080
+refresh_pattern ^gopher: 1440 0% 1440
+refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
+refresh_pattern . 0 20% 4320
NOCOMMENT_END
DOC_END