Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 0 additions & 4 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-${{ env.python-version }}

- name: Temporary workaround for sanitizer loading in JS Tests
run: |
cp tools/security_deprecated.js nbclassic/static/base/js/security.js

- name: Install dependencies
run: |
pip install --upgrade pip
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"mathjax": "^2.7.4",
"codemirror": "~5.58.2",
"es6-promise": "~1.0",
"google-caja-sanitizer": "~1.0.4",
"jed": "~1.1.1",
"jquery": "~3.7.1",
"jquery-typeahead": "~2.11.1",
Expand Down
34 changes: 0 additions & 34 deletions patches/google-caja-sanitizer+1.0.4.patch

This file was deleted.

1 change: 0 additions & 1 deletion postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ ensureDir("nbclassic/static/components");
"requirejs",
"requirejs-plugins",
"requirejs-text",
"google-caja-sanitizer",
"mathjax",
].forEach((pkg) => {
const dst = pkg === "mathjax" ? "MathJax" : pkg;
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ artifacts = [
"nbclassic/static/components/bootstrap-tour/build/js/bootstrap-tour.min.js" = "nbclassic/static/components/bootstrap-tour/build/js/bootstrap-tour.min.js"
"nbclassic/static/components/bootstrap/dist/js/bootstrap.min.js" = "nbclassic/static/components/bootstrap/dist/js/bootstrap.min.js"
"nbclassic/static/components/create-react-class/index.js" = "nbclassic/static/components/create-react-class/index.js"
"nbclassic/static/components/google-caja-sanitizer/sanitizer.js" = "nbclassic/static/components/google-caja-sanitizer/sanitizer.js"
"nbclassic/static/components/jed/jed.js" = "nbclassic/static/components/jed/jed.js"
"nbclassic/static/components/jquery/dist/jquery.min.js" = "nbclassic/static/components/jquery/dist/jquery.min.js"
"nbclassic/static/components/jquery-typeahead/dist/jquery.typeahead.min.js" = "nbclassic/static/components/jquery-typeahead/dist/jquery.typeahead.min.js"
Expand Down
152 changes: 0 additions & 152 deletions tools/security_deprecated.js

This file was deleted.

Loading