Links to protocol sftp:// are partly removed in newer versions #6186
Labels
No labels
Focus: A11y
Focus: Admin/Meta
Focus: Authentication
Focus: Back-End
Focus: Database
Focus: Design & UX
Focus: Editor - Markdown
Focus: Editor - WYSIWYG
Focus: Export System
Focus: Front-End
Focus: Translations
Focus: View Customization
Is: Docs Update
Is: Enhancement
Is: Priority
Is: Security
Is: Upstream
Status
Blocked
Status
Open to discussion
Status
Out of scope
Status
Pending Validation
Type
API Request
Type
Bug Report
Type
Feature Request
Type
Happy feedback
Type
Maintenance
Type
Question
Type
Support
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
bookstack/bookstack#6186
Loading…
Reference in a new issue
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?
Describe the Bug
I have a lot of deep links to fileservers like this:
<a href="sftp://ssh-w0123456@v12345.myserver.com/">Winscp Login</a>This worked fine for a long time, but in the last months, all the references (href="") are removed from the pages.
Steps to Reproduce
<a href="sftp://ssh-w0123456@v12345.myserver.com/">Winscp Login</a>as source or manually create the link or copy&paste it from a web pageExpected Behaviour
If there is a link, keep the reference.
Screenshots or Additional Context
No response
Browser Details
Chrome on Windows 11
Exact BookStack Version
v26.05.3
Thanks @Thomas-Kastanie,
This would have been due to me missing SFTP as a protocol to allow when setting up extra allow-list based content filtering.
I've now added sftp back in as part of commit
8f8a6ebf6aThis will be part of the next patch release (due for release early next week).