procourse / procourse-static-pages

Allows admins to create static pages in Discourse.
https://procourse.co
GNU General Public License v2.0
17 stars 14 forks source link

FIX: Change deprecated helper.whiteList to helper.allowList #18

Closed TReKiE closed 9 months ago

TReKiE commented 9 months ago

Solves error 500 (MiniRacer::RuntimeError (TypeError: Cannot read properties of undefined (reading 'throwOnUnhandled')) lib/pretty_text.rb:231 in Discourse error log) when posting/replying by changing the deprecated helper.whiteList to helper.allowList.