File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,16 +4,10 @@ Vidíte jen prázdnou stránku jako u about:blank? Pak prohlížeč nenačítá
44Prohlížeč blokuje přístup k místním souborům (file://) kvůli CORS politikám.
55
66Prohlížeč musíte spustit s těmito parametry, aby se CORS omezení vypnula:
7- - Firefox:
8- > Adresní řádek:
9- about: config
10- >
11- > hledat:
12- privacy.file_unique_origin
13- >
14- > nastavit na:
15- false
16-
177- Chrome:
188 > příkazový řádek:
199 > chrome.exe --disable-site-isolation-trials --disable-web-security --user-data-dir="C:\temp"
10+
11+ - Edge:
12+ > příkazový řádek:
13+ > msedge --disable-web-security --user-data-dir="C:\temp"
Original file line number Diff line number Diff line change @@ -4,16 +4,10 @@ Do you see blank page only? Then viewer is not reading ZIP content.
44This may be caused by your browser blocking local file access (file://) due to CORS policy restrictions.
55
66You need to run your browser in mode with bypass CORS policy:
7- - Firefox:
8- > Address bar:
9- about: config
10- >
11- > search:
12- privacy.file_unique_origin
13- >
14- > set to:
15- false
16-
177- Chrome:
188 > Run in CLI:
199 > chrome.exe --disable-site-isolation-trials --disable-web-security --user-data-dir="C:\temp"
10+
11+ - Edge:
12+ > Run in CLI:
13+ > msedge --disable-web-security --user-data-dir="C:\temp"
You can’t perform that action at this time.
0 commit comments