Summary
I’m trying to link to a file in markdown and chrome blocks the hyperlink from working.
Steps to reproduce
Code snippet:
st.markdown('[Download me!](file://path/to/file/in/share)')
Expected behavior:
When I click the link, the file gets downloaded to my computer.
Actual behavior:
Nothing happens when I click the link. If I try to open it in a new tab, it redirects to about:blank#blocked
.
Debug info
- Streamlit version: 1.21.0
- Python version: 3.9.10
- OS version: Windows 10.0.19044 Enterprise
- Browser version: Chrome 97.0.4692.99