algolia / renderscript

A custom JavaScript rendering engine based on Playwright
20 stars 6 forks source link

fix: save adblock hosts at compile time #882

Closed dylantientcheu closed 2 months ago

dylantientcheu commented 2 months ago

What

Saving adblocks host list file at compile time.

DEX-1437

Why

We previously fetched the raw file from Github at each Renderscript start, now we fetch it at build, keep the file and read it from fs (filesystem).

Related to:

880