I have a js file which cannot be renamed as it's used by users who add a bookmarklet to their browsers. The js file is called from the bookmarklet.
I cache all js files on my site using cache-control within htaccess file.
So if I make a change to the js file in question, can i somehow force a users machine to recache that file?
Is there anything I can do within htaccess or anything like that?
New to me this...