Marcono1234 / known-sites-extension

Browser extension blocking websites the user has not opened before.
MIT License
0 stars 0 forks source link

Normalize line breaks encoded in source maps of generated JavaScript files #1

Closed Marcono1234 closed 1 year ago

Marcono1234 commented 2 years ago

It appears the source code encoded in //# sourceMappingURL of background-scripts/background.js does not have normalized line breaks. When generated on Windows it includes \r\n whereas on Linux it seems to only include \n.

To generate a reproducible extension binary the line breaks should be normalized.