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
51 changes: 51 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Snyk (https://snyk.io) policy file
version: v1.25.0
ignore:
SNYK-JS-DOMPURIFY-16131135:
- '*':
reason: >-
DOMPurify v3 (which fixes this) dropped IE11 support. Lock v13
maintains IE11 compatibility and cannot upgrade to v3.
expires: '2027-01-01T00:00:00.000Z'
SNYK-JS-DOMPURIFY-8722251:
- '*':
reason: >-
DOMPurify v3 (which fixes this) dropped IE11 support. Lock v13
maintains IE11 compatibility and cannot upgrade to v3.
expires: '2027-01-01T00:00:00.000Z'
SNYK-JS-DOMPURIFY-16078387:
- '*':
reason: >-
DOMPurify v3 (which fixes this) dropped IE11 support. Lock v13
maintains IE11 compatibility and cannot upgrade to v3.
expires: '2027-01-01T00:00:00.000Z'
SNYK-JS-DOMPURIFY-15810938:
- '*':
reason: >-
DOMPurify v3 (which fixes this) dropped IE11 support. Lock v13
maintains IE11 compatibility and cannot upgrade to v3.
expires: '2027-01-01T00:00:00.000Z'
SNYK-JS-DOMPURIFY-15874903:
- '*':
reason: >-
DOMPurify v3 (which fixes this) dropped IE11 support. Lock v13
maintains IE11 compatibility and cannot upgrade to v3.
expires: '2027-01-01T00:00:00.000Z'
SNYK-JS-DOMPURIFY-15874905:
- '*':
reason: >-
DOMPurify v3 (which fixes this) dropped IE11 support. Lock v13
maintains IE11 compatibility and cannot upgrade to v3.
expires: '2027-01-01T00:00:00.000Z'
SNYK-JS-DOMPURIFY-15371386:
- '*':
reason: >-
DOMPurify v3 (which fixes this) dropped IE11 support. Lock v13
maintains IE11 compatibility and cannot upgrade to v3.
expires: '2027-01-01T00:00:00.000Z'
SNYK-JS-DOMPURIFY-15371376:
- '*':
reason: >-
DOMPurify v3 (which fixes this) dropped IE11 support. Lock v13
maintains IE11 compatibility and cannot upgrade to v3.
expires: '2027-01-01T00:00:00.000Z'
18 changes: 0 additions & 18 deletions css/social_icons.styl

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,13 @@ module.exports = function (config) {
chrome_headless: {
base: 'Chrome',
flags: ['--headless']
},
ChromeHeadlessNoSandbox: {
base: 'ChromeHeadless',
flags: ['--no-sandbox']
}
},

browsers: ['bs_chrome_windows']
browsers: [process.env.CI ? 'ChromeHeadlessNoSandbox' : 'ChromeHeadless']
});
};
Loading
Loading