Show HN: Polaris Audit – 网站合规性扫描器,附带修复说明
2 分•作者: cnohall•9 个月前
我创建了 Polaris Audit,旨在帮助小型企业修复网站问题,这些问题正在导致他们失去客户。
它会扫描您的网站,查找:
- 安全问题(HTTPS、SSL、标头)
- GDPR 合规性问题(Cookie、隐私政策)
- 可访问性问题(替代文本、标题、键盘导航)
关键区别在于:它不仅仅告诉您哪里出错了,而是为您提供复制粘贴的代码来修复它。
例如:
缺少页面标题
修复方法:将 <title>您的页面标题</title> 添加到您的 <head> 中
时间:2 分钟
技术:Django + React + PostgreSQL。创建它的原因在于,大多数合规性工具只是指出问题,而没有展示如何修复它们。
试用:polarisaudit.com
目前提供免费的详细报告。如果您想免费试用付费帐户,请告诉我,我很乐意帮助您设置。
您觉得如何? 欢迎对这种方法提出反馈意见。
查看原文
I built Polaris Audit to help small businesses fix website issues that were costing them customers.<p>It scans your website for:<p>- Security problems (HTTPS, SSL, headers)
- GDPR compliance issues (cookies, privacy policy)
- Accessibility problems (alt text, headings, keyboard navigation)<p>The key difference: Instead of just telling you what's wrong, it gives you copy-paste code to fix it.<p>Example:<p>Missing page title
Fix: Add <title>Your Page Title</title> to your <head>
Time: 2 minutes<p>Tech: Django + React + PostgreSQL. Built because most compliance tools just point out problems without showing how to fix them.<p>Try it: polarisaudit.com<p>Currently free with detailed reports. Let me know if you want to try a paid account for free, and I'll help you set it up.<p>What do you think? Would love feedback on the approach.