-
Notifications
You must be signed in to change notification settings - Fork 94
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
Error when setting dictPath to an https url #94
Comments
have u solved it? @akukerang |
I kind of gave up trying to figure it out and I can't really remember what the error was exactly. Sorry about that. |
@jgaynor17 i couldnt solve it. but these have to do with core code. u need to use an old version of kuroshiro which work but it slow to donwload on the client . in my case it takes more than 30 seconds to dowload the whole library if speed is issue i would recommmend to implement it on the server side not client side. this issues is problay have to do on hotw dictionary is being passed on the code., kuroshiro. |
When using it an Chrome content script, setting the Kuromoji analyzer dict path to an https server, would just send a GET request to "https://currentsite.com/https://dhasdjashdkajdha.com/...". I would like it just for it to be "https://dhasdjashdkajdha.com/....".
Using an http URL works fine, but Chrome would return the error
"Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint '<URL>'. This request has been blocked; the content must be served over HTTPS."
Is there a way that I can set the dictPath to an https url?
The text was updated successfully, but these errors were encountered: