Skip to content
Snippets Groups Projects
Unverified Commit fd9d5c9b authored by Chris Truter's avatar Chris Truter Committed by GitHub
Browse files

Disable auditing when `site-uuid` nonces are initialized (#38027)

parent fa9868c6
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@
:visibility :public
:type :string
:setter :none
:audit :never
:init setting/random-uuid-str
:doc false)
......
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment