You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
Fix external render (go-gitea#35727)
Refactor Actions Token Access (go-gitea#35688)
Honor delete branch on merge repo setting when using merge API (go-gitea#35488)
Don't block site admin's operation if SECRET_KEY is lost (go-gitea#35721)
[skip ci] Updated translations via Crowdin
fix attachment file size limit in server backend (go-gitea#35519)
Make restricted users can access public repositories (go-gitea#35693)
Fix various trivial problems (go-gitea#35714)
Refactor legacy code (go-gitea#35708)
Add quick approve button on PR page (go-gitea#35678)
Copy file name to clipboardExpand all lines: custom/conf/app.example.ini
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2541,6 +2541,12 @@ LEVEL = Info
2541
2541
;; * no-sanitizer: Disable the sanitizer and render the content inside current page. It's **insecure** and may lead to XSS attack if the content contains malicious code.
2542
2542
;; * iframe: Render the content in a separate standalone page and embed it into current page by iframe. The iframe is in sandbox mode with same-origin disabled, and the JS code are safely isolated from parent page.
2543
2543
;RENDER_CONTENT_MODE=sanitized
2544
+
;;
2545
+
;; Whether post-process the rendered HTML content, including:
0 commit comments