Support serving local scripts first, use CDN as fallback

Created on 17 May 2024, 11 months ago
Updated 20 May 2024, 11 months ago

UPDATE: All is fine, OpenStreetMap actually uses Fastly to serve its tiles, OSM uses CDN for instant updates | Fastly.

I mistakenly thought the polyfill.min.js file was the cause, but it is only loaded if a user actively enables lazy load (cool feature by the way!) and also from polyfill-fastly.io -- so for everyday use polyfill.min.js is not loaded.

Problem/Motivation

To respect user privacy, it would be nice if scripts such as polyfill.js could be served locally, like for example Tagify does:

By default, the module uses CDNs to give flexibility to the installation, but you can also download and serve the scripts locally.

The scripts will be discovered automatically by the module. Verify this by looking under Network in your browser.

Use one of the options below, for locally served script files.

From https://git.drupalcode.org/project/tagify#installation

Steps to reproduce

Use Leaflet, and see that fastly.net is contacted.

Proposed resolution

Support serving scripts from leaflet.libraries.yml locally.

It looks like only polyfill.min.js is not served locally, so perhaps include the file in the Leaflet module, since polyfill.min.js is only 86K?

Remaining tasks

Decide whether to use Tagify's code as inspiration for a Leaflet solution, or include the file in the Leaflet module.

User interface changes

API changes

Data model changes

Feature request
Status

Closed: works as designed

Version

10.2

Component

Code

Created by

🇩🇰Denmark ressa Copenhagen

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024