Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
fd9d5c9b
Unverified
Commit
fd9d5c9b
authored
1 year ago
by
Chris Truter
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Disable auditing when `site-uuid` nonces are initialized (#38027)
parent
fa9868c6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/metabase/analytics/snowplow.clj
+1
-0
1 addition, 0 deletions
src/metabase/analytics/snowplow.clj
src/metabase/public_settings.clj
+4
-0
4 additions, 0 deletions
src/metabase/public_settings.clj
with
5 additions
and
0 deletions
src/metabase/analytics/snowplow.clj
+
1
−
0
View file @
fd9d5c9b
...
...
@@ -76,6 +76,7 @@
:visibility
:public
:type
:string
:setter
:none
:audit
:never
:init
setting/random-uuid-str
:doc
false
)
...
...
This diff is collapsed.
Click to expand it.
src/metabase/public_settings.clj
+
4
−
0
View file @
fd9d5c9b
...
...
@@ -128,6 +128,7 @@
:visibility
:authenticated
:type
:string
:setter
:none
:audit
:never
:init
setting/random-uuid-str
:doc
false
)
...
...
@@ -141,6 +142,7 @@
:visibility
:internal
:type
:string
:setter
:none
:audit
:never
:init
setting/random-uuid-str
:doc
false
)
...
...
@@ -150,6 +152,7 @@
:visibility
:internal
:type
:string
:setter
:none
:audit
:never
:init
setting/random-uuid-str
)
(
defsetting
site-uuid-for-unsubscribing-url
...
...
@@ -158,6 +161,7 @@
:visibility
:internal
:type
:string
:setter
:none
:audit
:never
:init
setting/random-uuid-str
)
(
defn-
normalize-site-url
[
^
String
s
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment