embeded iframe stays on the page #21
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#21
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
Embeded iframes are not removed by the html self-content
Steps to reproduce
Expected behavior
The downloaded html do not sideload external content
Discussion
Html
What to do with iframes ? The iframes may contain useful content. As an example, on this page the external content is youtube links.
Deleting is the easy way and could be the default. Another sane default could be to replace the iframe by the url.
Later, iframe handlers based on the url could be added, but this would add a lot of maintainance (for example each time youtube changes it's api/the library used is updated).
Or should iframes be keeped to avoid adding to users ? It could be configurable but it could lead to too configuration options, which could confuse user. In case of an option, I think that an opiniated default should be chosen.
Article format
What should we do (by default) with iframes in the article format ?
Several options :
The first
Article
may drop them and be refined later as it is simpler to consider articles as only text and images.