Skip to content

QT 6.9.2 (Beta) | TB 153.0 | URL function outputs raw string instead of fetching content since last update #630

Description

@Heliophob

Quicktext version: 6.9.2 (Beta)
Thunderbird version: 153.0 (64-bit), Ubuntu/Snap

Since the last update, loading external content via the URL function no longer works.

Steps to reproduce:
In Thunderbird > Add-ons > Quicktext-Beta > Settings, "external requests" are allowed (checked).
As a test, "Execute on websites with restrictions" was also enabled.
In a Quicktext script, use the URL function, e.g.:
[[URL=https://www.testurl.de/output.php?id=12345]]

Expected behavior:
The function should fetch the content from the given URL and insert it into the message.

Actual behavior:
The function is not processed at all. Instead, the literal string is output verbatim, exactly as written in the script:

[[URL=https://www.testurl.de/output.php?id=12345]]

This worked before the last update.

Thanks !!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions