I am developing a Unity WebGL application.
I have placed an Addressables Asset on a CDN and have issued a signed URL to download it.
However, every time I reload the browser, the .bundle
file is downloaded from the CDN.
Looking at IndexedDB, it appears that the data is cached with the full path of the signed URL as the key.
This signed URL changes each time an asset bundle download is requested
Is there a setting that would allow the IndexedDB to use the key with the URL query parameter removed?