Skip to content

Commit 8533e8f

Browse files
committed
chore: 补 HTTPS / Content Security Policy 链接
之前两条「安全与协议」类目的内置识别没有官网兜底,点击插件里的技术名打不开链接;补上 MDN 词条作为权威说明。 将版本号提升到 1.3.36。
1 parent d1a900e commit 8533e8f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stackprism",
33
"private": true,
4-
"version": "1.3.35",
4+
"version": "1.3.36",
55
"type": "module",
66
"description": "StackPrism 用于检测网页前端、后端、CDN、SaaS、广告营销、统计、登录、支付、网站程序和主题模板线索。",
77
"scripts": {

public/tech-links.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21089,6 +21089,8 @@
2108921089
"Drupal 8 Parallax Theme": "https://www.drupal.org/project/drupal8_parallax_theme",
2109021090
"Contacts Admin Theme": "https://www.drupal.org/project/contacts_theme",
2109121091
"Studio1 - a Paragraphs integrated theme": "https://www.drupal.org/project/studio1",
21092-
"Management Theme": "https://www.drupal.org/project/management"
21092+
"Management Theme": "https://www.drupal.org/project/management",
21093+
"HTTPS": "https://developer.mozilla.org/zh-CN/docs/Glossary/HTTPS",
21094+
"Content Security Policy": "https://developer.mozilla.org/zh-CN/docs/Web/HTTP/CSP"
2109321095
}
2109421096
}

0 commit comments

Comments
 (0)