-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TrackingSpamPrevention pluging language reworked #65
Open
comradekingu
wants to merge
1
commit into
matomo-org:4.x-dev
Choose a base branch
from
comradekingu:patch-2
base: 4.x-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"TrackingSpamPrevention": { | ||
"SettingMaxActionsTitle": "Max actions to record per visit", | ||
"SettingMaxActionsDescription": "A default of \"0\" records all actions. Most sites usually have no more than 100 to 300. It might be safe to assume other activity is tracking spam, a bot or an attack. Matomo stops recording further actions and blocks their IP addresses for up to 24 hours to reduce server load and preserve data accuracy.", | ||
"SettingNotificationEmailTitle": "Notification email", | ||
"SettingNotificationEmailDescription": "This e-mail address will be notified whenever an IP is banned for having too many actions. In the future further notification reasons might be added.", | ||
"SettingMaxActionsTitle": "Max recorded actions per visit", | ||
"SettingMaxActionsDescription": "\"0\" records all actions. Most sites usually have no more than 100–300. IP addresses generating anything beyond the limit are considered malicious and blocked for up to 24 hours.", | ||
"SettingNotificationEmailTitle": "Notification e-mail", | ||
"SettingNotificationEmailDescription": "This e-mail address is notified whenever an IP is banned for too many actions. In the future further notification reasons might be added.", | ||
"SettingBlockHeadlessTitle": "Block headless browsers", | ||
"SettingBlockHeadlessDescription": "These are browsers without a user interface, mostly used for automation. It should be safe to turn this on if you only have regular websites or apps. It can block additional bots and spam requests that otherwise would not be detected.", | ||
"SettingBlockHeadlessDescription": "These are web browsers without a user interface, mostly used for automation. Turning it on to block block additional bots and spam requests that otherwise would not be detected should be safe (if you only have regular websites or apps).", | ||
"SettingBlockCloudTitle": "Block tracking requests from the cloud", | ||
"BlockCloudNoteInternetDisabled": "As Internet is off in your Matomo configuration, this feature won't work.", | ||
"BlockCloudNoteInternetDisabled": "As Internet access is off in your Matomo configuration, this won't work.", | ||
"BanIpNotificationMailSubject": "An IP was banned for generating too many actions.", | ||
"SettingBlockCloudDescription": "Blocks tracking requests originating from cloud providers like AWS, Azure, Digital Ocean, Google Cloud and Oracle by fetching a list of their IP ranges. It should be safe to turn on if you are only tracking using the JavaScript tracker, as their tracking requests do not orginate from clouds, unless they use a VPN that routes data through cloud providers. The setting applies to all your sites.", | ||
"SettingBlockCloudDescription": "Blocks tracking requests originating from cloud providers like AWS, Azure, Digital Ocean, Google Cloud and Oracle by fetching a list of their IP ranges. It should be safe to turn this on (if you are only tracking using the JavaScript tracker, as their tracking requests do not orginate from clouds, unless they use a VPN that routes data through cloud providers.) The setting applies to all your sites.", | ||
"SettingBlockServerSideLibrariesTitle": "Block tracking requests from server-side libraries", | ||
"SettingBlockServerSideLibrariesDescription": "Use this if only using %1$sJavaScript Tracker%2$s, as other traffic will be attacks or spam anyway. It blocks tracking requests from cURL, HTTP, Guzzle, and Postman.%3$s%1$sNote: Do not use it if track data using a server-side SDK like the Matomo PHP tracking SDK, Java SDK, Python SDK, Android or iOS SDK, or other server-side programming languages.%2$s", | ||
"SettingBlockServerSideLibrariesDescription": "Use this if only using %1$sJavaScript Tracker%2$s, as other traffic will be attacks or spam anyway. It blocks tracking requests from cURL, HTTP, Guzzle, and Postman.%3$s%1$sNote: Do not use it if tracking data using a server-side SDK like the Matomo PHP tracking SDK, Java SDK, Python SDK, Android or iOS SDK, or other server-side programming languages.%2$s", | ||
"SettingExcludedCountriesTitle": "Exclude Countries", | ||
"SettingExcludedCountriesDescription": "Don't track visitors from these countries. Visitors outside your target area will likely be bots or spammers, or you can use it to avoid privacy laws in other jurisdictions.", | ||
"SettingIncludedCountriesTitle": "Only track visitors from these countries", | ||
"SettingIncludedCountriesDescription": "This excludes all other countries. The \"exclude countries\" setting has more info." | ||
"SettingIncludedCountriesTitle": "Only track traffic from these countries", | ||
"SettingIncludedCountriesDescription": "This excludes all other countries. The \"exclude countries\" setting has more info." | ||
} | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@comradekingu "Visitors" is most commonly used everywhere in Matomo and might be very easy for a user to understand