material-ui-phone-number icon indicating copy to clipboard operation
material-ui-phone-number copied to clipboard

Content security Policy "nonce" tag for style element

Open josuevalrob opened this issue 3 years ago • 3 comments

I have an style tag in my project.

I want to include some nonce tag for content security policies.

Screenshot 2022-03-04 at 11 07 11

looks like is done here https://github.com/bl00mber/react-phone-input-2/blob/master/src/style/common/flags.less#L9

I am using material design and this is the current output. (which is good)

Screenshot 2022-03-04 at 11 08 02

Any idea about how do this?

pretty sure if we tweak https://github.com/alexplumb/material-ui-phone-number/blob/master/webpack.config.common.js#L46-L53 with https://webpack.js.org/loaders/style-loader/#attributes we could control it otherwise I don't see any chance

josuevalrob avatar Mar 04 '22 11:03 josuevalrob