Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有所见即所得的编辑器并使用 htmlpurifier 进行过滤,我希望允许用户直接在编辑器中拖放或粘贴图像并将图像保存为文本格式,但是 htmlpurifier 将其过滤掉,如何配置 htmlpurifier 以允许嵌入图像?
我不知道编辑器是如何进行嵌入的,但如果将它们作为数据 URL 嵌入,您可以启用它来修改 %URI.AllowedSchemes 以包含“数据”。