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.
由于各种原因,我想禁用 HTML Purifier 中的 URI 验证,这可能吗?
我意识到这可能对许多站点产生安全影响,但实际上并非如此。
您可以通过修补源来做到这一点,将 AttrDef_URI 替换为不执行任何操作的存根。但这是超级不安全的。