Skip to content

Commit 567d2c6

Browse files
committed
remove SRI (Subresource Integrity)
remove SRI from script and stylesheetsbecause there is no way to auto-update the encoded hash for every version. so to use the SRI, enter to jsDelivr link and generate a new one manualy.
1 parent 0389c69 commit 567d2c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/documents/introduction/advanced-usage.html.eco

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ type : 'Introduction'
4242
<h4>CDN Releases</h4>
4343
<p>Individual components are available on <a href="https://www.jsdelivr.com/projects/semantic-ui">jsDelivr</a></p>
4444
<div class="code">
45-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/semantic-ui/<%= @getVersion() %>/semantic.min.css" integrity="sha256-pPbI0vDzgZ7JRdi3J6zdmBRMfDircVPDpH+sPWdf8nY=" crossorigin="anonymous">
45+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/semantic-ui/<%= @getVersion() %>/semantic.min.css">
4646
</div>
4747
<div class="code">
48-
<script src="https://cdn.jsdelivr.net/semantic-ui/<%= @getVersion() %>/semantic.min.js" integrity="sha256-V9KQx5JePXsTb/xam4ALIhrJmnnujI6r4W1CZjqvzH4=" crossorigin="anonymous"></script>
48+
<script src="https://cdn.jsdelivr.net/semantic-ui/<%= @getVersion() %>/semantic.min.js"></script>
4949
</div>
5050
<a class="ui button" href="https://www.jsdelivr.com/projects/semantic-ui" target="_blank">View All CDN Files</a>
5151
</div>

0 commit comments

Comments
 (0)