8000 Tags · FooSoft/anki-connect · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Tags: FooSoft/anki-connect

Tags

23.10.29.0

Toggle 23.10.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #407 from PSeitz/patch-1

Update README.md

23.4.11.0

Toggle 23.4.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #380 from Aquafina-water-bottle/updateNote

Update note

23.2.5.0

Toggle 23.2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #373 from Aquafina-water-bottle/readme_reformat

Reformat README to be more readable

22.9.18.0

Toggle 22.9.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #353 from snoyes/fix-#352

Fix issue #352

22.7.14.0

Toggle 22.7.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #332 from debanjandhar12/patch-1

Fix storeMediaFile logic

22.4.26.0

Toggle 22.4.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #313 from oakkitten/anki50

Fix tests and some of the code to work with Anki 2.1.50

22.2.19.0

Toggle 22.2.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Explicitly allow requests from public websites via new header (#302)

- Chrome now enforces that servers on private networks explicitly
  grant access to public websites using a new header
  "Access-Control-Allow-Private-Network" that should be sent in
  responses to preflight OPTIONS requests.
- This change implements special handling for OPTIONS requests by
  sending all the existing CORS headers along with the new
  Access-Control-Allow-Private-Network header if private network
  access is being requested.
- See https://developer.chrome.com/blog/private-network-access-preflight/
  for more info.
0