Laravel-Backpack / basset

Better asset helpers for Laravel apps.
MIT License
155 stars 11 forks source link

[HOT-FIX] only add the cache busting string to non internal files #120

Closed pxpm closed 5 months ago

pxpm commented 5 months ago

This is a potential fix for #119

It seems the problem may be out of control for us, so the only reasonable thing we could do is to NOT append the cache busting string on 3rd party requests AKA cdn.

Requests to internalized files or relative paths still use the cache busting string.