API在勇敢的浏览器上失败,但在Chrome和微软Edge中工作

xa9qqrwz  于 12个月前  发布在  Go
关注(0)|答案(1)|浏览(106)

一开始,luckyOrange向API发送了一些请求:**https://settings.luckyorange.net**获取一些内容。
此API的实际请求URL(在其他浏览器中显示,除了brave)在网络选项卡中是:

https://settings.luckyorange.net/?u=http%3A%2F%2Flocalhost%3A5000%2F-84.540584%2C39.136547%2C9%3Fq&s=153484

这个API可以在Chrome和微软Edge上运行,但不能在Brave上运行。
在Brave浏览器的控制台中,我得到了这样的响应:

GET https://d10lpsik1i8c69.cloudfront.net/w.js net::ERR_BLOCKED_BY_CLIENT           -84.540584,39.136547,9?q:9

我试过:
1.允许所有在'网站设置'这是在URL栏。
1.我申请了其他的阻滞剂,没有。
此外,当直接从另一个选项卡点击该API时,它在所有浏览器中给我响应(包括勇敢):

{
  "masterID": "181739",
  "only_enhanced": false,
  "offline_form": false,
  "log_console": true,
  "idle_timeout_mins": 10,
  "hubspot": false,
  "ga_events": false,
  "adobe_dtm_events": false,
  "addons": {
    "powered_by": false,
    "white_label": false,
    "beta": false,
    "store_resources": false,
    "gcs": true,
    "rdc": true
  },
  "big_dom": true,
  "keys": false,
  "hash_changes": false,
  "anon_ip": false,
  "polyfill": false,
  "newTracking": false,
  "throttled": 0,
  "offset_bottom": "0",
  "chat_align": "right",
  "text_dir": "ltr",
  "colors": {
    "chat_bg": "#000000",
    "chat_title": "#ffffff",
    "chat_subtitle": "#999999",
    "chat_border": "#ffffff",
    "chat_show_blinker": "1",
    "is_chat_bg_light": false
  },
  "words": {
    "available_for_chat": "",
    "offline_message": "",
    "extra_msg": "",
    "pre_chat_ask_enabled": false,
    "pre1": "Enter Your Name",
    "pre2": "Enter Your Email",
    "pre3": "",
    "pre1_r": false,
    "pre2_r": false,
    "pre3_r": false,
    "pre1_t": "text",
    "pre2_t": "email",
    "pre3_t": "text",
    "btn_yes": "Yes, please.",
    "btn_no": "No thanks.",
    "btn_stop": "Stop asking me.",
    "btn_lbl": "chat",
    "enter_placeholder": "Type here and press <enter> to chat.",
    "you": "you",
    "confirm_close": "Are you sure you want to close this chat session?",
    "paging_operator": "One moment, we're paging an agent...",
    "composing": "is typing...",
    "idle": "is idle.",
    "away": "is away from their keyboard.",
    "closed": "ended the chat."
  },
  "bc_events": false,
  "never_chat": false,
  "scramble": false,
  "dis_mo_chat": false,
  "do_not_record": false,
  "extreme_privacy": false,
  "ga_polls": "0",
  "ga_chat": "0",
  "dom_ready": false,
  "ip": "157.39.8.146",
  "fc": true,
  "site_id": 153484,
  "access_token": null,
  "polls": [],
  "invites": [],
  "tags": ["Quest Panel"],
  "auto": false,
  "now": 1665482096,
  "now_ms": 1665482096676,
  "t": 75.708150863647,
  "ek": "30",
  "enable_chat": false
}
zte4gxcn

zte4gxcn1#

我只是在勇敢的浏览器,这是目前的权利与勇敢的符号的网址向上向下的盾牌。

相关问题