Skip to content

Commit 5883a11

Browse files
committed
CZ, EN : corsPolicy : Firefox steps removed, Edge steps added
1 parent 8cfe164 commit 5883a11

2 files changed

Lines changed: 8 additions & 20 deletions

File tree

cs/corsPolicy.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@ Vidíte jen prázdnou stránku jako u about:blank? Pak prohlížeč nenačítá
44
Prohlížeč blokuje přístup k místním souborům (file://) kvůli CORS politikám.
55

66
Prohlíž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"

en/corsPolicy.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@ Do you see blank page only? Then viewer is not reading ZIP content.
44
This may be caused by your browser blocking local file access (file://) due to CORS policy restrictions.
55

66
You 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"

0 commit comments

Comments
 (0)