hello, For the character sheet and companion API I have been working on ( Earthdawn ), I had put in the CSS a custom border both for the sheet and for the roll results of the API. In the css I have the following style for 2 different classes, one that applies to the sheet and another for the roll result border-image-source: url("<a href="https://raw.githubusercontent.com/roll20/roll20-character-sheets/master/Earthdawn%20%28FASA%20Official%29/Images/ED-ExternalFrame.png?raw=true" rel="nofollow">https://raw.githubusercontent.com/roll20/roll20-character-sheets/master/Earthdawn%20%28FASA%20Official%29/Images/ED-ExternalFrame.png?raw=true</a>"); This has already worked, but recently I noted that the border for the roll results from the API had disappeared. When examining the roll result in the chat I see that the style of the sheet is the one of the CSS, but the one for the API roll result must have been post-processed: border-image-source: url('<a href="https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/roll20/roll20-character-sheets/master/Earthdawn%2520%2528FASA%2520Official%2529/Images/ED-ExternalFrame.png%3Fraw%3Dtrue" rel="nofollow">https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/roll20/roll20-character-sheets/master/Earthdawn%2520%2528FASA%2520Official%2529/Images/ED-ExternalFrame.png%3Fraw%3Dtrue</a>'); I do imagine that the roll20 server is caching, the images, but is there anyway to force it to cache again so that this works again ?