Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
7afd4b1
1011001: Added Cross-Site Scripting (XSS) Prevention topic
VaseegaranSF4468 Feb 27, 2026
2f6084f
Merge branch 'development' into 1011001-XSS
Vaseegaran-SF4468 Feb 27, 2026
a2f0756
1011001: Updated the content
VaseegaranSF4468 Mar 4, 2026
16ae7b1
1011001: Reduced the length of the description to address ci failure
VaseegaranSF4468 Mar 5, 2026
b877f98
Merge branch 'development' into 1011001-XSS
Vaseegaran-SF4468 Mar 5, 2026
c38d423
Merge branch 'development' into 1011001-XSS
Vaseegaran-SF4468 Mar 5, 2026
20582bb
1011001: Updated proper component names
VaseegaranSF4468 Mar 5, 2026
e732b50
1011001: Udpated the content
VaseegaranSF4468 Mar 5, 2026
ac5b78a
Merge branch 'development' into 1011001-XSS
Vaseegaran-SF4468 Mar 5, 2026
dc5ceba
1011001: Updated the content
VaseegaranSF4468 Mar 6, 2026
c4433fb
Merge branch 'development' into 1011001-XSS
Vaseegaran-SF4468 Mar 6, 2026
58d4c03
1011001: Updated the code snippet
VaseegaranSF4468 Mar 6, 2026
cd9ec3a
Merge branch '1011001-XSS' of https://github.com/syncfusion-content/b…
VaseegaranSF4468 Mar 6, 2026
8c39664
1011001: added space
VaseegaranSF4468 Mar 6, 2026
76a72c2
Merge branch 'development' into 1011001-XSS
Vaseegaran-SF4468 Mar 6, 2026
28379e8
1011001: Moved the file to security folder
VaseegaranSF4468 Mar 6, 2026
82676c5
1011001: Updated the toc file
VaseegaranSF4468 Mar 6, 2026
3f7d82a
Merge branch 'development' into 1011001-XSS
Vaseegaran-SF4468 Mar 6, 2026
c114f30
Merge branch 'development' into 1011001-XSS
Vaseegaran-SF4468 Mar 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions blazor-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -5151,6 +5151,9 @@
<li>
<a href="/blazor/common/content-security-policy">Content Security Policy</a>
</li>
<li>
<a href="/blazor/common/security/cross-site-scripting-prevention">Cross-Site Scripting (XSS) Prevention</a>
</li>
</ul>
</li>
<li>Performance and Scalability
Expand Down
Loading