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
rules are exported with the full path. When they are imported they won't match unless the absolute path happens to be the same.
I suspect this is because p.a.redirector actually stores them as absolute paths but not sure. Either way, exportimport should export them in a form that the imports will work.