Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fafalone authored Feb 20, 2023
1 parent 340ce82 commit b5e3d22
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,17 @@ End Sub
The available zones are identifie by the following enum:


```Public Enum URLZONE
```
Public Enum URLZONE
URLZONE_INVALID = -1
URLZONE_PREDEFINED_MIN = 0
URLZONE_LOCAL_MACHINE = 0
URLZONE_INTRANET
URLZONE_TRUSTED
URLZONE_INTERNET
URLZONE_UNTRUSTED
End Enum```
End Enum
```

Files are marked as `URLZONE_INTERNET` by web browsers.

0 comments on commit b5e3d22

Please sign in to comment.