Remove false positive from Oracle Commerce

The dyncharset is too vague and promotes false positives. This should be detected as a URL parameter rather than a string on the page.

fixes #3667
main
Kyle Taylor 4 years ago
parent df955d3874
commit 8f35edf498

@ -11806,7 +11806,6 @@
"headers": { "headers": {
"X-ATG-Version": "(?:ATGPlatform/([\\d.]+))?\\;version:\\1" "X-ATG-Version": "(?:ATGPlatform/([\\d.]+))?\\;version:\\1"
}, },
"html": "<[^>]+_dyncharset",
"icon": "Oracle.png", "icon": "Oracle.png",
"website": "http://www.oracle.com/applications/customer-experience/commerce/products/commerce-platform/index.html" "website": "http://www.oracle.com/applications/customer-experience/commerce/products/commerce-platform/index.html"
}, },