You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working in an environment where we have to specifically allow get parameters. We are behind Akamai and they ignore all not allowed params. We have a company wide standard for our cacheBuster keys, 'c'. So I was looking for an option to set the key, and I was surprised to see this is not possible.
What about changing options.cacheBuster so it can contain a string. So when this option is undefined, we default to 'z', when false we default to '' and when actually defined, we use the provided string.
The text was updated successfully, but these errors were encountered:
HI guys,
I'm currently working in an environment where we have to specifically allow get parameters. We are behind Akamai and they ignore all not allowed params. We have a company wide standard for our cacheBuster keys, 'c'. So I was looking for an option to set the key, and I was surprised to see this is not possible.
What about changing options.cacheBuster so it can contain a string. So when this option is undefined, we default to 'z', when false we default to '' and when actually defined, we use the provided string.
The text was updated successfully, but these errors were encountered: