Store every asset on path(s) where you can disable the caching or set a cache control header at the origin for assets you know you don’t want to be cached.
If we say URI Path contains ‘word’ bypass cache, that won’t bypass cache for any page that contains ‘word’ in it? You have to specify the urls of the resources themselves?
Open the developer tools in your browser and you can see how resources are requested. There is no difference between calling a webpage and any other asset that can be downloaded via http.