How can I cancel the filtering of links to third-party websites?

⚓ Dev    📅 2023-04-18    👤 Ryza    👁️ 73      

Ryza

When I use off-site image links when posting, they will not be displayed. How do I make them appear? It seems to be filtered out

🏷️ dev 🏷️ pic
👍 󠁮󠁮󠁮󠁮 👎 󠁮󠁮󠁮󠁮

Ryza    2023-04-18 👍 👎 [op]

@freedit Which code in the file needs to be changed to remove the filtering of third-party image addresses?

1

freedit    2023-04-18 👍 👎

@Ryza It’s controlled by csp

Just change img-src 'self' *.freedit.eu or reset csp block.

2

Ryza    2023-04-18 👍 👎 [op]

@freedit thx

5