Cross-domain error occurred in referencing bootstrap this cdn?

write a node project, using the express framework and handlebars engine, using bootstrap editing styles. Reference bootstrap cdn directly. There has been no problem before, but this time the opening of the web page suddenly kept prompting a cross-domain error.

What is the reason for

clipboard.png
? Solve

Jul.31,2021

change the address of CDN. It seems that the domain name of bootCDN has been changed.

< hr >

after taking a glance at the error message, localhost, that is, the local debug address is not on the CORS list.
this may also need to be solved. Local debugging can try to introduce

directly locally.
Menu