Skip to content

Commit 867bc2b

Browse files
committed
README: Add error status
1 parent 9ef1b52 commit 867bc2b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Or manually:
3939
```html
4040
<script
4141
type="text/javascript"
42-
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"
43-
></script>
42+
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js">
43+
</script>
4444
<script type="text/javascript">
4545
(function () {
4646
emailjs.init({
@@ -124,6 +124,8 @@ The local parameter will have higher priority than the global one.
124124
**BlockList**
125125

126126
Allows to ignore a method call if the watched variable contains a value from the block list.
127+
\
128+
Method will return error 403 if request is blocked.
127129

128130
| Name | Type | Description |
129131
| ------------- | -------- | -------------------------------------------------- |

0 commit comments

Comments
 (0)