Some scripts not removed #33
Labels
No Label
ci
priority
critical
priority
high
priority
low
status
abandonned
status
accepted
status
help_wanted
status
in_progress
status
refused
status
review_needed
type
bug
type
discussion
type
enhancement
type
question
type
refactor
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: poc/crieur#33
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Some scripts are not removed, wether in header or in body
For css, another issue have been : #34
Steps to reproduce
<script
, there are occurencesExpected behavior
All
<script>
should be removedSeems that it is linked to the fact that CSS are injected without any sanitizing and one css links to a 404.
It will be solved locally by refusing 404, but the issue #34 about css sanitizing should solve this issue globally.
It seem that the issue #35 is also caused by this css injection