HREF target="blank" is removed

When I insert a HREF like <a target=“_blank” href=", the _blank is removed after saving.

In Version 2023 I had two possibilities to solve the problem:

  • Advance Settings –> Remove xss
  • put this in Page_Load server event of Add Page and/or Edit Page:

Has been discussed in

In 2026 I cannot find xss in Advanced Settings anymore.

I cannot access “Code (Server, Events, Client Scripts and Custom Templates)”.

Has been discussed here:

Save project file in OneDrive - PHPMaker / General Discussion (PHPMaker) - hkvstore.com forums

I dont want to change any configuration in OneDrive as this is quite sensitive.

Is there a configuration in Advanced Settings, which i can use ?

Since v2024 you may use RemoveXSS Extension to set a field as Raw so HTML will be kept intact (not sanitized by HTMLPurifier).

removeXSS in Extensions is active.

I cannot access code (Server Events, Clients, Client Scripts and custom templates).

Ultimately, the lack of interaction with OneDrive causes important functionalities not to work.
The issue with the Purifier (and of course the integration with OneDrive) is actually the last remaining problem — otherwise, the system runs smoothly, and I really like it.

You may want to use the “Classic” code editor for now first.