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
In dfcd453 there is an issue whereby lockdown doesn't work the first time it is tried on a new account. You have to lock, unlock and then lockdown again for it to work. Cause unknown.
The text was updated successfully, but these errors were encountered:
Further investigation: the extension works correctly first time if you reload the page once after the extension has been installed.
The previous failure mode was:
Sign into a new managed Google account
Allow the extension to install on an already-loaded Google Doc page.
Try to run the extension - it will fail.
The code in popup.js will work but the message will not be sent to the tab. I wonder if it's because the code in background.js doesn't get executed until the page loads at least once with the extension installed.
In dfcd453 there is an issue whereby lockdown doesn't work the first time it is tried on a new account. You have to lock, unlock and then lockdown again for it to work. Cause unknown.
The text was updated successfully, but these errors were encountered: