AI 产品解读Disable form controls on unpublished/local HTML files for security purposes
Prevents unauthorized interaction with form elements on local or unpublished HTML files, enforcing a security policy that blocks form submissions or inputs when the file source cannot be verified.
When a local HTML file is opened in the browser, the extension checks if the URL starts with file://. If so, it verifies whether the file has a specific base href from Cisco's envelope opener. If not, it disables all form controls (inputs, selects, textareas) and displays an error message instructing the user to contact their security administrator. If the base href matches, the extension bypasses the restriction.
Disables all input, select, and textarea form elements on local HTML filesDisplays a red error message when form controls are disabledBypasses the restriction if the HTML file contains a specific base href from res.cisco.com/envelopeopener/Runs only on file:// URLs and local .html/.htm files
- 目标用户
- Enterprise users protected by Hamaspik security policy / IT security administrators managing local HTML file access
- The extension is purely a content script with no background service worker, popup UI, or network communication. Analysis is based entirely on static source code. No runtime behavior or enterprise policy configuration can be verified without live testing.
付费分析未识别到付费功能
The extension is a free security tool distributed via Chrome Web Store. No payment platforms, subscription keywords, license gating, or upgrade prompts are present in the source code. The keyword 'license' found in jquery-ui header is a standard open-source license notice, not a paid feature indicator.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 未知
- 登录理由
- --