Habpanel not showing image anymore

I have a custom habpanel subpage which is supposed to load a snapshot from my door camera.

I am still on 4.3.5 but the image is not lading anymore, just a blue temp placeholder depending on device i am looking from

the actual src url is working, i can access the picture from the same device where the habpanel fails (or download it from the the openhab server device)

did i miss any breaking changes in the past which may require new code?

<div class="section" style="max-width:1280px;max-height:450px; padding-top: 0px" ng-init="campic={ 'url':'http://10.194.82.121/snap.jpeg', 'refresh': 5 }">			<widget-image ng-model="campic"></widget-image>
</div>


Actual camera pic:

This was actually working, i believe even a couple of weeks ago

I can’t help with your specific problem but I can say with certainty that nothing in the software has changed.

There has been no development on HABPanal since before OH 3.0 and no patches have been made to OH 4.3 in nearly a year. Something outside of OH must have changed.