<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<font size="+1">Hello,<br>
<br>
I have the following in my config file:<br>
<br>
</font><font size="+1"><tt> acl user_allowed url_regex
^<a class="moz-txt-link-freetext" href="https://example\.com/">https://example\.com/</a></tt></font><font size="+1"><br>
<br>
but surfing to that site fails (authentication works fine). My
ultimate goal is to have an RE comparable to the PCRE of:<br>
<br>
</font><font size="+1"><tt> ^https?:\/\/.*?example\.com\/</tt></font><font
size="+1"><br>
<br>
While the PCRE works just fine in other tools (my own scripts,
online, etc.), I was unable to get it to work within Squid3. As I
stripped away pieces of the RE in the config file, the only RE
which seemed to work was:<br>
<br>
</font><font size="+1"><tt> example\.com</tt></font><font
size="+1"><br>
<br>
...not even having the ending '/'. However, this obviously does
not meet my needs.<br>
<br>
I'm on Debian 10 and am unable to determine which RE library
Debian compiled Squid3 against (I've got a Tweet out to them to
see if they can point me in the right direction).<br>
<br>
Ultimately, I would like to get Squid to use PCREs.<br>
<br>
Ideas?<br>
<br>
Thanks!<br>
<br>
--David<br>
</font>
</body>
</html>