Selfhost static assets #106
Labels
area: frontend
Changes to front-end code
complexity: easy
Issues that should take limited effort to resolve/fix/build.
priority: low
type: analysis
Potential changes that require some design/architecture/code analysis before we start implementing.
type: change request
New feature or request
Is your feature request related to a problem? Please describe.
Currently qpixel makes many third party requests to various CDNs.
While using third party CDNs doesn't speed up the load time of static assets (especially when using http/2) it's also not exactly beneficial for user privacy.
Additionally qpixel doesn't use CSP for scripts hosted on third party domains which is a security issue.
Describe the solution you'd like
Selfhosting all the static assets that are currently loaded using third party CDNs would solve performance issues caused by third party CDNs and increase the the security of the web page (no more scripts loaded from third party domains).
Describe alternatives you've considered
Using SRI for script tags. However this wouldn't solve the privacy and performance issues.
The text was updated successfully, but these errors were encountered: