第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

React Web Extension 錯(cuò)誤:拒絕應(yīng)用內(nèi)聯(lián)樣式,因?yàn)樗`反了以下內(nèi)容安全

React Web Extension 錯(cuò)誤:拒絕應(yīng)用內(nèi)聯(lián)樣式,因?yàn)樗`反了以下內(nèi)容安全

互換的青春 2023-01-06 16:10:48
我以前曾合作過(guò),React Js但這是我第一次使用 React 進(jìn)行 Web 擴(kuò)展。My manifest.json file is:{  "manifest_version": 2,  "name": "owl",  "author": "zubayr",  "version": "1.0.1",  "description": "Testing!",  "icons": {    "16": "owl.png",    "48": "owl.png",    "128": "owl.png"  },  "browser_action": {    "default_popup": "index.html",    "default_title": "Open the popup"  },  "permissions": ["storage"]}我有一個(gè)奇怪的錯(cuò)誤:Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' blob: filesystem:". Either the 'unsafe-inline' keyword, a hash ('sha256-1kri9uKG6Gd9VbixGzyFE/kaQIHihYFdxFKKhgz3b80='), or a nonce ('nonce-...') is required to enable inline execution.請(qǐng)讓我知道出了什么問(wèn)題。我的index.html文件是:<!DOCTYPE html><html>  <head>    <meta charset="utf-8" />    <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />    <meta name="viewport" content="width=device-width, initial-scale=1" />    <meta name="theme-color" content="#000000" />    <meta http-equiv="Content-Security-Policy" content="base-uri 'self'; object-src 'none'; script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; style-src 'self'">    <meta      name="description"      content="Web site created using create-react-app"    />    <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />    <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />    <style>    .myDiv {      border: 50px outset red;      background-color: '#000000';      text-align: center;    }    div {  height: 200px;  width: 50%;  background-color: powderblue;}另外,當(dāng)我在 chrome 中以開發(fā)人員模式運(yùn)行擴(kuò)展程序時(shí),彈出窗口與圖像一樣大。我似乎無(wú)法根據(jù)自己的意愿增加它的高度寬度。如果可能的話,也請(qǐng)告訴我它的解決方案。
查看完整描述

1 回答

?
慕萊塢森

TA貢獻(xiàn)1810條經(jīng)驗(yàn) 獲得超4個(gè)贊

Chrome 安全性阻止了 create-react-app 生成的內(nèi)聯(lián) JS。嘗試這個(gè)

在您的 React 應(yīng)用程序中,請(qǐng)創(chuàng)建一個(gè).env或?qū)⑵涮砑拥浆F(xiàn)有應(yīng)用程序中

INLINE_RUNTIME_CHUNK=false

然后構(gòu)建您的應(yīng)用程序(例如。yarn run build

使用這個(gè),沒(méi)有獨(dú)立于大小的腳本被內(nèi)聯(lián)。

查看此拉取請(qǐng)求以獲取更多詳細(xì)信息https://github.com/facebook/create-react-app/pull/5354


查看完整回答
反對(duì) 回復(fù) 2023-01-06
  • 1 回答
  • 0 關(guān)注
  • 159 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)