Signbank / Global-signbank

An online sign dictionary and sign database management system for research purposes. Developed originally by Steve Cassidy/ This repo is a fork for the Dutch version, previously called 'NGT-Signbank'.
http://signbank.cls.ru.nl
BSD 3-Clause "New" or "Revised" License
19 stars 12 forks source link

Dependencies on other sites blocking [CODE] #1306

Closed susanodd closed 2 months ago

susanodd commented 3 months ago

There were huge problems just now loading the Search page.

Our code depends on cdnjs.cloudflare.com to retrieve packages.

<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.5/js/select2.full.js"></script>

You could see this in the Network traffic that it was unable to retrieve this. Thus Signbank fails but it is another site that is failing.

Do we want to install these on our server?

Woseseltops commented 3 months ago

The major advantage of using external sources like Cloudflare for these libraries is that it simplifies:

In other words, both reasons aren't that great, so go ahead improving this situation :)

susanodd commented 2 months ago

This seems to be a one-off. Perhaps it coincided with the other world-wide software problems on other sites.