In my app, I\'m saving an input of HTML as a \'page\' like so:
def create @page = Page.new(page_params) @page.unique = loop do random_unique = Secur
I found the answer on IRC.
This is a security feature, the HTML content of the new page matches the HTML content of the submitted form, which Chrome blocks.