You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PackageKit gives us an update_text which is marked as markdown and parsed using remarkable (nodejs module) and unlike our bug/cve links these do not get a target="_blank" or noopener attribute set.
remarkablehas no way to do this via their API so we have to extend their hooks as for example in jonschlinkert/remarkable#410
For CVE and bug links we set target="_blank", noopener and noreferrer.
The shown description is parsed from markdown and no custom attributes
are applied, our remarkable module does not have a standard way to set
these.
Closescockpit-project#17788
Explain what happens
Likely due to not allowed to frame the external website.
Version of Cockpit
main
Where is the problem in Cockpit?
Software updates
Server operating system
Fedora
Server operating system version
Fedora 37
What browsers are you using?
Chrome
System log
No response
The text was updated successfully, but these errors were encountered: