File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
126126Allows 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| ------------- | -------- | -------------------------------------------------- |
You can’t perform that action at this time.
0 commit comments