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
Is there a mechanism that would allow someone to disable Bullet HTML injection for a page by passing a URL query param, such as /foo?bullet=skip_html?
We have some initial automated visual regression testing that uses our development environment but we don't want to blanket change how Bullet performs. We want to choose when to prevent Bullet's HTML output when rendering in the browser. Similar to what the rack-mini-profiler does.
The text was updated successfully, but these errors were encountered:
Is there a mechanism that would allow someone to disable Bullet HTML injection for a page by passing a URL query param, such as
/foo?bullet=skip_html
?We have some initial automated visual regression testing that uses our development environment but we don't want to blanket change how Bullet performs. We want to choose when to prevent Bullet's HTML output when rendering in the browser. Similar to what the rack-mini-profiler does.
The text was updated successfully, but these errors were encountered: