Packages

Improve the UI quality of your product by capturing visual states of LiveView components.

Current section

Files

Jump to
live_capture lib live_capture plugs assets.ex
Raw

lib/live_capture/plugs/assets.ex

defmodule LiveCapture.Plugs.Assets do
import Plug.Conn
def init(opts), do: opts
def call(conn, _), do: put_private(conn, :plug_skip_csrf_protection, true)
end