Skip to content

Commit a9382ce

Browse files
committed
Fix UI audit: allow truncated CDN URL in dist/ scan
1 parent e09f271 commit a9382ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/security-ui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ else
5050
;; # W3C XML/SVG/MathML namespace URIs
5151
https://react.dev/*|https://reactjs.org/*)
5252
;; # React error/docs URLs
53-
https://github.com/*|https://cdn.jsdelivr.net/*)
53+
https://github.com/*|https://cdn.jsdelivr.net/*|https://cdn.j*)
5454
;; # OSS library credits + CDN refs in bundled code
5555
https://fonts.googleapis.com/*|https://fonts.gstatic.com/*)
5656
;; # Google Fonts (loaded by index.html)

0 commit comments

Comments
 (0)