Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MIME Normalizer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Code
JS Toolbox
MIME Normalizer
Merge requests
!22
"Rework normalisation logic to handle new seal templates"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
"Rework normalisation logic to handle new seal templates"
2-rework-normalisation-logic-to-handle-new-seal-templates
into
master
Overview
0
Commits
55
Pipelines
0
Changes
1
Merged
Igor Markin
requested to merge
2-rework-normalisation-logic-to-handle-new-seal-templates
into
master
4 years ago
Overview
0
Commits
55
Pipelines
0
Changes
1
Expand
Closes
#2 (closed)
Edited
4 years ago
by
Igor Markin
0
0
Merge request reports
Viewing commit
8db4666b
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8db4666b
Add missing file
· 8db4666b
Igor Markin
authored
4 years ago
dist/HTMLNormalizer/strategies/common.d.ts
+
1
−
1
Options
@@ -13,7 +13,7 @@ export declare const ATTRIBUTES_TO_KEEP: {
@@ -13,7 +13,7 @@ export declare const ATTRIBUTES_TO_KEEP: {
href
:
boolean
;
href
:
boolean
;
value
:
boolean
;
value
:
boolean
;
};
};
export
declare
const
normalizeDocumentCommon
:
(
body
:
HTMLElement
)
=>
void
;
export
declare
const
normalizeDocumentCommon
:
(
body
:
HTMLElement
,
sealContainerId
?:
string
)
=>
void
;
/**
/**
* Decides whether node should be removed
* Decides whether node should be removed
* @param element
* @param element
Loading