diff --git a/internal/model/feed.go b/internal/model/feed.go index 02908b49..c9713a22 100644 --- a/internal/model/feed.go +++ b/internal/model/feed.go @@ -164,15 +164,15 @@ type FeedCreationRequest struct { IgnoreHTTPCache bool `json:"ignore_http_cache"` AllowSelfSignedCertificates bool `json:"allow_self_signed_certificates"` FetchViaProxy bool `json:"fetch_via_proxy"` + HideGlobally bool `json:"hide_globally"` + DisableHTTP2 bool `json:"disable_http2"` ScraperRules string `json:"scraper_rules"` RewriteRules string `json:"rewrite_rules"` BlocklistRules string `json:"blocklist_rules"` KeeplistRules string `json:"keeplist_rules"` BlockFilterEntryRules string `json:"block_filter_entry_rules"` KeepFilterEntryRules string `json:"keep_filter_entry_rules"` - HideGlobally bool `json:"hide_globally"` UrlRewriteRules string `json:"urlrewrite_rules"` - DisableHTTP2 bool `json:"disable_http2"` ProxyURL string `json:"proxy_url"` }