Skip to content

Commit c2f91de

Browse files
author
Your Name
committed
Added ChangeLog
1 parent 241088e commit c2f91de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,9 @@ For each PR made, an entry should be added to this changelog. It should contain
113113
- Changes:
114114
- Added `escapeHtml` function in the `delta_url_list.js` file to handle special character escaping correctly.
115115
- Called this function while retrieving the titles in `getGeneratedTitleColumn()` and `getCuratedGeneratedTitleColumn()` functions.
116+
117+
- 1240-fix-code-scanning-alert-inclusion-of-functionality-from-an-untrusted-source
118+
- Description: Ensured all external resources load securely by switching to HTTPS and adding Subresource Integrity (SRI) checks.
119+
- Changes:
120+
- Replaced protocol‑relative URLs with HTTPS.
121+
- Added SRI (integrity) and crossorigin attributes to external script tags.

0 commit comments

Comments
 (0)