Version with problem:
11.4.3
Expected behaviour
When exporting to pdf using offline-exporting module
jspdf.js script should be downloaded from
https://code.highcharts.com/11.4.3/lib/jspdf.js
Actual behaviour
there is a call to https://code.highcharts.com/@product.version@/lib/jspdf.js
resulting in 403
import Highcharts from 'highcharts/es-modules/masters/highstock.src.js';
import 'highcharts/es-modules/masters/modules/exporting.src.js';
import 'highcharts/es-modules/masters/modules/offline-exporting.src.js';