josecebe / twbs-pagination

jQuery pagination plugin (bootstrap powered)
http://josecebe.github.io/twbs-pagination/
Other
1.1k stars 405 forks source link

'unsafe-inline', 'unsafe-eval' with 'style-src' and 'script-src' #202

Open SubrotoWipro opened 7 months ago

SubrotoWipro commented 7 months ago

We are using 'twbs-pagination 1.4.1' in ASP.Net MVC project. We have 'unsafe-inline', 'unsafe-eval' disabled for 'style-src' and 'script-src' in content security policy headers. However, due to this reason the pagination is not working. Can someone kindly confirm if 'twbs-pagination 1.4.1' works only with 'unsafe-inline' ? If yes, is there any other version or licensed version that will work without the 'unsafe-inline' in the content security policy headers ?