pulibrary / static-tables

Searchable index of Marquand Auction Catalogs
https://library.princeton.edu/marquand_catalogs/
MIT License
0 stars 0 forks source link

Add localhost as connect-src for testing #174

Closed maxkadel closed 1 month ago

maxkadel commented 1 month ago

Right now, if we tunnel into the servers to ensure a new build has gone correctly, we see a blank page because the cors policy blocks all content. We want to be able to tunnel in and see whether the page is rendering correctly or not.

maxkadel commented 1 month ago

This does not appear to have resolved the issue