gpt4 book ai didi

javascript - 如何将html显示为文本?

转载 作者:太空宇宙 更新时间:2023-11-04 06:45:34 27 4
gpt4 key购买 nike

我有一个网站,允许任何人将他们想要的任何内容上传到我的网站,我一直遇到上传网络钓鱼 html 的问题,我想将 html 页面显示为文本而不是加载它,但我没有确定我会怎么做?我认为这是可以在 htaccess 中完成的事情,但我找不到任何关于它的信息。我正在使用 Ubuntu 和 Apache。当有人上传 html 文件时,我需要自动执行该过程,我只需要在一个目录中禁用 html,并且该目录不与任何应该正确显示的 html 文件共享

最佳答案

您可以使用 Content-Type: text/plain; 发送它charset=UTF-8 header 。

.htaccess:

AddType text/plain html

关于javascript - 如何将html显示为文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53343690/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com