Skip to content

Commit 43b0b58

Browse files
NdibeRaymondNdibe Raymond Olisaemeka
and
Ndibe Raymond Olisaemeka
authored
fix user privacy violation (#280)
load semantic.min.css from tools-static.wmflabs.org instead of cdnjs.cloudflare.com Co-authored-by: Ndibe Raymond Olisaemeka <rolisaemeka-ctr@wikimedia.org>
1 parent 68b0320 commit 43b0b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/WikiContrib-Frontend/public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-->
1313
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
1414
<!-- semantic.min.css has a syntax that breaks code when important through javascript. So instead of javascript import, we link it here -->
15-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css" integrity="sha512-8bHTC73gkZ7rZ7vpqUQThUDhqcNFyYi2xgDgPDHc+GXVGHXq+xPjynxIopALmOPqzo9JZj0k6OqqewdGO3EsrQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
15+
<link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/semantic-ui/2.4.1/semantic.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" />
1616
<!--
1717
Notice the use of %PUBLIC_URL% in the tags above.
1818
It will be replaced with the URL of the `public` folder during the build.

0 commit comments

Comments
 (0)