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: lib/copyleaks/models/submissions/properties/filter.rb
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,16 @@ class SubmissionFilter
30
30
# @param [Boolean] safeSearch Block explicit adult content from the scan results such as web pages containing inappropriate images and videos. SafeSearch is not 100% effective with all websites.
31
31
# @param [String[]] domains list of domains to either include or exclude from the scan - depending on the value of domainsMode.
32
32
# @param [SubmissionFilterDomainsMode] domainsMode Include or Exclude the list of domains you specified under the domains property
33
+
# @param [Boolean] allowSameDomain when set to true it will allow results from the same domain as the submitted url.
0 commit comments