bcgov / vc-authn-oidc

Apache License 2.0
119 stars 69 forks source link

Switch to static files instead of CDNs #550

Closed loneil closed 1 month ago

loneil commented 1 month ago

As there is a known certificate authority problem on BCNGN with non-govt devices, loading CDNs get blocked. See https://github.com/bcgov/vc-authn-oidc/issues/547

For the HTML templates provide the css and js assets from the app as minified static files instead.

Remove the old "add asset" custom code for images as well.

Note for the proof request explorer I left in CDN references as some fuller changes are coming down the pipe to that page/app.