這邊記錄一下我在 spring-boot 中,處理 CSP 的 CSP report 遇到的坑
2024年8月28日 星期三
2024年8月16日 星期五
以數字開頭的 class element
如果 HTML code 如下
<span>Hello</span>
<span class="123">John Smith</span>
而 CSS 寫成如下,是無法作用的
.123{
font-weight: bold;
color: CornflowerBlue;
}
2024年8月12日 星期一
訂閱:
文章 (Atom)