Wappler 6 Beta 12 | Beta Channel
New error again.
When using the Bootstrap 5 Paging Generator links, the error show up on every click on pagination links.
The middle error of Refuse to run the Javascript URL.......
. That’s because it violate the CPS rules because the component use javascript:void(0)
in href links.
Something about this and why I have this issue on Routings.
The Bootstrap 5 Paging Generator
[image]
This component generate this: <a href="javascript:void(0)"> for the links of every pagin button. And acording to CSP rules, javascript:void(0) violates it rules because potential XSS security vulnerability could exist.
So, one way to solve this could be considering replacing the href="javascript:void(0)" by href="#", and do the same on every other component that use the same javascript:void(…