AtlasOfLivingAustralia / dashboard

Atlas Dashboard
https://dashboard.ala.org.au
3 stars 13 forks source link

Remove/Replace the usage of JSONP dataType on AJAX calls when making requests to other ALA services #116

Closed sughics closed 1 year ago

sughics commented 1 year ago

Since JSONP no longer supported i.e. obsolete and is susceptible to known security vulnerabilities, its usage across the app is resulting in CORB(Cross Origin request blocking) .

JSONP usage should be removed/updated where possible to standard JSON.

This is currently causing issues with the new version for biocache-service 3.1.2/3.1.2-SNAPSHOT

Screen Shot 2022-11-01 at 4 14 56 pm

sughics commented 1 year ago

Included in 2.4 release