-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to make ACE editor useStrictCSP
- Loading branch information
Showing
3 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,9 @@ | |
<!-- these are the bits you need to keep in a new skin --> | ||
<link rel="preconnect" href="https://cdnjs.cloudflare.com"> | ||
<link rel="stylesheet" type="text/css" href="ui/jquery-ui.css"> | ||
<!-- cdnjs preferred, but doesn't have style sheets for ace editor :-(. These are unnecessary if you disable useStrictCSP in footer.inc.php --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/ace.css" integrity="sha256-attAqBHW7Lrtbe8maDpZhm2GoONy1kaP6RFBAYp3bGI=" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/theme/xcode.css" integrity="sha256-j5T9X1QnSjk9DPjHuebrv01S8/x1VqCWGAhq4NYPdh8=" crossorigin="anonymous"> | ||
<link rel="stylesheet" type="text/css" href="ui/validator.css"> | ||
|
||
<!-- this is for the github-corners - https://github.com/tholman/github-corners --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters