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: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,11 +183,15 @@ catch(\Exception $e)
183
183
If you have some static html pages (might be behind cache servers) and you have some ajax calls from those pages needed to be protected by KnownUser library you need to follow these steps:
184
184
1) You are using v.3.5.1 (or later) of the KnownUser library.
185
185
2) Make sure KnownUser code will not run on static pages (by ignoring those URLs in your integration configuration).
186
-
3)Protect static pages by including this Javascript code:
0 commit comments