Skip to content

Gitlab: don't use gon in the browser extension

Warren Gifford requested to merge fix-gon-bext into master

Created by: lguychard

Browser extension content scripts cannot access global variables from page scripts. Accessing gon.gitlab_url in the browser extension caused a ReferenceError.

Merge request reports

Loading