-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcorsPolicy.htm
More file actions
1 lines (1 loc) · 3.34 KB
/
corsPolicy.htm
File metadata and controls
1 lines (1 loc) · 3.34 KB
1
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>CORS policy</title><meta name="description" content="Do you see the page with “⚠ Do you see this message only?”? Then the browser is not loading the data from the ZIP help file.This may be caused by your browser b"><link rel="icon" type="image/png" href="favicon.png"><meta property="og:title" content="CORS policy"><meta property="og:description" content="Do you see the page with “⚠ Do you see this message only?”? Then the browser is not loading the data from the ZIP help file.This may be caused by your browser b"><meta property="og:type" content="website"><meta property="og:image" content="favicon.png"><meta name="robots" content="index,follow"><link rel="stylesheet" href="src/i-formsupport-css.css" type="text/css"><link rel="stylesheet" href="src/mainCSS.css" type="text/css"><link rel="stylesheet" href="src/mainCSSPlus.css" type="text/css"><link rel="stylesheet" href="src/addition-puiWatermark-toc.css" type="text/css"><link rel="stylesheet" href="src/admonitions.css.css" type="text/css"><link rel="stylesheet" href="src/overridePlusMinusVars.css" type="text/css"><link rel="stylesheet" href="src/prism/prism.css.css" type="text/css"><link rel="stylesheet" href="src/prism/override.css.css" type="text/css"><link rel="stylesheet" href="src/TPL-HTML-fixes.css" type="text/css"><link rel="stylesheet" href="src/custom.css" type="text/css"><meta name="keywords" content="cors, deployment, restrictions, troubleshooting"></head><body class="inStandard"><div class="container" id="container"><div class="main" id="main"><div class="header" id="header" role="banner"><h1 id="mtitle">CORS policy</h1><div id="header-toolbar" class="toolbar" role="toolbar"><a id="printBtn" title="Print page" aria-label="Print page" href="javascript:window.print();">🖨️</a><a id="nav-left" title="Previous topic" aria-label="Previous topic" href="_viewRepo.htm">⬅</a><a id="nav-right" title="Next topic" aria-label="Next topic" href="keywordList/index.htm">➡</a><a id="downP-TopicTree" title="Table of Contents" aria-label="Table of Contents" href="toc.htm">📖</a><a id="downP-Glossary" title="Glossary" aria-label="Glossary" href="keywordList/index.htm">📇</a><a id="downP-Fulltext" title="Fulltext search" aria-label="Fulltext search" href="fulltextList/index.htm">🔎</a><a id="downP-Home" title="Home" aria-label="Home" href="index.htm">🏡</a></div></div><div class="content" id="content" role="main" aria-live="polite"><p>Do you see the page with “⚠ Do you see this message only?”? Then the browser is not loading the data from the ZIP help file.<br>This may be caused by your browser blocking local file access (file://) due to CORS policy restrictions. </p><p>You have 2 options on how to proceed:</p><ol><li>In the <strong>data.zip</strong> and <strong>Help-(language).zip</strong> fields, select the necessary files and click <strong>Submit</strong>.</li><li>You need to run your browser in mode with bypass CORS policy:</li></ol><ul><li><p>Chrome:</p><blockquote><p>Run in CLI:<br>chrome.exe --disable-site-isolation-trials --disable-web-security --user-data-dir="C:\temp"</p></blockquote></li><li><p>Edge:</p><blockquote><p>Run in CLI:<br>msedge --disable-web-security --user-data-dir="C:\temp"</p></blockquote></li></ul></div></div></div></body></html>