Skip to content

Offline mode is unavailable. Firefox 52 & 54 #599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
scheinercc opened this issue Mar 22, 2017 · 1 comment
Closed

Offline mode is unavailable. Firefox 52 & 54 #599

scheinercc opened this issue Mar 22, 2017 · 1 comment

Comments

@scheinercc
Copy link

Hi,
I have issues with the offline mode in current Firefox Dev Edition (v54) and stable (v52) with two separate profiles (so likely not #508). It does work with the current Nightly (v55).

In the console I see this error:
IDB error DOMError{ name: "UnknownError", message: "The operation failed for reasons unrelated to the database itself and not covered by any other error code." }

In v54 I tried the steps from #587.
app.reset()
=> unknown

indexedDB.open('docs')
=> IDBOpenDBRequest { onblocked: null, onupgradeneeded: null, source: null, transaction: null, readyState: "pending", onsuccess: null, onerror: null }
=> UnknownError

ok, reloading now I also get this security error:
Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src https://devdocs.io 'nonce-devdocs' http://cdn.devdocs.io https://cdn.devdocs.io https://www.google-analytics.com https://secure.gaug.es http://*.jquery.com https://*.jquery.com”). Source: ;(function installGlobalHook(window) { ....

@Thibaut
Copy link
Member

Thibaut commented Apr 23, 2017

Closing as duplicate of #584. This seems to be an issue in Firefox, but I've yet to pin down the cause (unable to replicate, even though I use Firefox daily). I'm planning to do more research in the coming weeks.

The security error is unrelated. An addon or proxy is trying to inject/run JS on the page, which DevDocs's CSP is blocking.

@Thibaut Thibaut closed this as completed Apr 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants