我无法找到ForeSee的任何 API 文档,并且我收到了与随机显示的 ForeSee 调查提示对话框相关的错误报告。我已经尝试清除缓存和cookie,但它还没有显示给我,有没有办法用javascript触发它的显示?或者可能使用某些 URL 参数?
在foresee-trigger.js
我更新了FSR.sites
数组以包含对 localhost 的引用:
var FSR = {
'version': '7.0.0',
'date': '01/01/2011',
'enabled': true,
'auto' : true,
'encode' : true,
'files': './foresee/', //default path when no match below
'id': 'etc',
'sites': [
/* several existing ones, etc.*/
{
name: 'localhost',
path: 'localhost',
files: '//localhost/subdirectory/foresee/',
domain: 'localhost'
},{
path: '.',
domain: 'default'
}]
};