Add instructions to readme for fixing a clientsettings rendering issue.#6
Open
connect192168 wants to merge 1 commit into
Open
Add instructions to readme for fixing a clientsettings rendering issue.#6connect192168 wants to merge 1 commit into
connect192168 wants to merge 1 commit into
Conversation
Added a FAQ section Added an FAQ item to provided an explanation and instructions to fix a "Cookies and other site data" settings issue that causes the whole netify devtools panel to fail to render. When the "Cookies and other site data" global setting is set to "Block third-party cookies", it prevents netify from accessing "IndexedDB" The instructions given show the user how to add netify's extension ID as an exception to the "Block third-party cookies" (and site data) rule. I tried adding "chrome-extension://mdafhjaillpdogjdigdkmnoddeoegblj" as the site URL, but it wouldn't allow the "chrome-extension://" URL prefix. https://imgur.com/S9sfvnF shows the errors that netify gives off when it can't read or write cookies or other site data. I got the image by opening a devtools window on the netify panel that failed to load using inspect, then going to the console of that devtools window to view errors given off by netify itself.
Author
|
This was a huge issue I had, that I fixed on my own (after a lot of tinkering). |
|
you can just add "mdafhjaillpdogjdigdkmnoddeoegblj" without "chrome-extension://" URL prefix to the rule list. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a FAQ section to the readme.
Added an FAQ item to provided an explanation and instructions to fix a "Cookies and other site data" settings issue that causes the whole netify devtools panel to fail to render.
When the "Cookies and other site data" global setting is set to "Block third-party cookies", it prevents netify from accessing "IndexedDB"
The instructions given show the user how to add netify's extension ID as an exception to the "Block third-party cookies" (and site data) rule.
I tried adding "chrome-extension://mdafhjaillpdogjdigdkmnoddeoegblj" as the site URL, but it wouldn't allow the "chrome-extension://" URL prefix.
https://imgur.com/S9sfvnF shows the errors that netify gives off when it can't read or write cookies or other site data.
I got the image by opening a devtools window on the netify panel that failed to load using inspect, then going to the console of that devtools window to view errors given off by netify itself.