Question on proxy/filter configuration

Can one explain me the difference in the proxy settings between: whitelist for global domains and whitelist for blocked urls?

Speaking of proxy - I don’t see any tab cache for those settings in my cockpit under Web Proxy & Filter, as they are described in the documentation, anyone an idea why and where would those settings be located? Following the kiss princible I have only enabled transparent mode for green zone.

And a follow up question if I may:
Some time ago I had discovered that squid did not block the configured file extensions, and if I remember correctly I was told this is because those downloads were using a https connection. Does this limitation apply generally or only in transparent mode for example, or is it more a thing of (mis-)configuration?

AFAIK
Global domain: you allow in one row the whole domain (2nd or 3rd level)

Blocked URLS: in one row you allow the URL only and variations about that after the app envinronment. So…
Whitelist:
https://server.domain.ext/nextcloud
Working:
https://server.domain.ext/nextcloud/someapp/somedir/a_page
Not Working
https://server.domain.ext/webmail
https://server.domain.ext/NextCloud/
https://seerver.domain.ext/NextCloud/

2 Likes

Can someone tell something about the other two questions about cache and about blocking https not being possible?