I have strict CSP headers in place, which this library breaks due to its use of `<style>` tags that don't have nonce or hash attributes on them. This could be fixed by allowing the passing of a nonce (string) prop from the `NextTopLoader` component down to the `<style>` tags [here](https://github.com/TheSGJ/nextjs-toploader/blob/cb8c35d57c37fce12350cc1cd1118911185c6e14/src/index.tsx#L138) and [here](https://github.com/TheSGJ/nextjs-toploader/blob/cb8c35d57c37fce12350cc1cd1118911185c6e14/src/pages.tsx#L48).