You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: security/handling-cors/index.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,11 @@ Fano Framework provides built-in middleware class `TCorsMiddleware` which is to
22
22
23
23
Constructor of `TCorsMiddleware` expects `ICors` interface instance which responsible to handle CORS request.
24
24
25
-
`TNullCors` is `ICors` implementation which simply allow all CORS request without restriction, while `TCors` class is implementation which can be configured to selectively apply restriction.
25
+
## Built-in ICors implementation
26
+
27
+
Fano Framework provides two built-in `ICors` implementation.
28
+
-`TNullCors`, `ICors` implementation which simply allow all CORS request without restriction.
29
+
-`TCors` class is implementation which can be configured to selectively apply restriction.
0 commit comments