summaryrefslogtreecommitdiff
path: root/toolkit/components/places/BookmarkHTMLUtils.jsm
Commit message (Collapse)AuthorAge
* [places] add Content-Security-Policy to bookmarks HTML exportMoonchild2022-05-30
| | | | | | | | | | | | | | This commit adds a Content-Security-Policy to HTML documents for exported bookmarks. The change will stop active content (like bookmarklets) from being directly runnable in the exported local file, which is *not* breaking the normal use case in which a bookmarklet is intended to modify an existing page. It *will* affect the use case where you have a full website/application stored in a bookmarklet that was supposed to replace the current web page. In this case, users can right-click copy the link and drop it in the address bar. Note: The CSP does not mean that this is a severe attack vector. It merely provides a basic protection measure for users who use the exported bookmarks in a non-standard way as a local file.
* Issue #21 - Remove Telemetry accumulation/structures from toolkit js.Moonchild2022-04-02
| | | | | This fixes toolkit modules and prevents toolkit component breakage. Also removes about:telemetry
* Bookmarks - HTML export - Write CRLF on Windows systems and LF on others.janekptacijarabaci2018-03-11
|
* [regression] Places - proper import bookmarks from HTML containing <HR> ↵janekptacijarabaci2018-02-12
| | | | separators
* Add missing sanitization for HTML exporting of bookmarks.wolfbeast2018-02-08
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02