mirror of
https://github.com/brunopostle/ifcurl.git
synced 2026-07-12 02:08:13 +00:00
forgejo: regenerate go.patch with ServiceToken field
Amended forgejo commit now includes ServiceToken in the IfcURL config struct. Regenerated patch from that commit. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3d3fcd6f8e
commit
c7c5d35c63
1 changed files with 2 additions and 2 deletions
|
|
@ -11,10 +11,10 @@ index 2b19e0f1c9..12be3e1c24 100644
|
||||||
goldmark.WithParserOptions(
|
goldmark.WithParserOptions(
|
||||||
parser.WithAttribute(),
|
parser.WithAttribute(),
|
||||||
diff --git a/modules/setting/markup.go b/modules/setting/markup.go
|
diff --git a/modules/setting/markup.go b/modules/setting/markup.go
|
||||||
index 4ab9e7b2d1..c1fad254b4 100644
|
index 4ab9e7b2d1..862852381e 100644
|
||||||
--- a/modules/setting/markup.go
|
--- a/modules/setting/markup.go
|
||||||
+++ b/modules/setting/markup.go
|
+++ b/modules/setting/markup.go
|
||||||
@@ -59,8 +59,14 @@ type MarkupSanitizerRule struct {
|
@@ -59,8 +59,15 @@ type MarkupSanitizerRule struct {
|
||||||
AllowDataURIImages bool
|
AllowDataURIImages bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue