-
Notifications
You must be signed in to change notification settings - Fork 31
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
No secureboot.js in firefox. Installed via "Load temporary Addon" feature #11
Comments
@Abhinav1217 Sorry to hear about your bad Reddit experience. Try opening the index.html file and replace We do have a Also, if some resource files does fail to load you may need to open the web-console and enter (re-posted from meganz/webclient#97 (comment), we can leave the discussion here if you do still find problems) |
Nop, Nothing changed by me, Just did a git clone, then ran
This moved something... Now I am getting an alertbox saying
I tried this but couldn't get this to work. Here is a screencast of how I am doing it, Screencast.from.2022-12-25.13-32-02.webm |
Line 109 in f95113a
The |
Yup It did the trick. I duplicated the file I guess Hope things things get resolved with AMO soon. |
Reopening as it would be better for you to decide if you want to close this now, or when issue with redirect handler is resolved for everyone. |
I had the exact same issue and I had to replace the path to secureboot.js in index.html diff --git a/index.html b/index.html
index 4734c9580..1db46de60 100755
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@
<meta name="apple-itunes-app" content="app-id=706857885"/>
</head>
<body id="bodyel" class="theme-light not-logged">
-<script type="text/javascript" src="/secureboot.js" charset="utf-8"></script>
+<script type="text/javascript" src="/webclient/secureboot.js" charset="utf-8"></script> Then run Then Finally, reload the extension on Firefox. So the issues here are:
|
I cloned the repo, and made sure that submodule is fetched and updated.
Then as per the instructions on your readme, I went to
about:debugging#/runtime/this-firefox
and selectedmanifest.json
file inLoad temporary Add-On
picker menu.All I get is a white screen. Looking at network tab and comparing to my other laptop where older AMO version is still working, I think
secureboot.js
is not loading properly.Am I missing some configuration step?
I tried asking on reddit but the support just downvoted my post and gave me a generic reply, even though I clearly mentioned that I am trying to install it via github not AMO.
The text was updated successfully, but these errors were encountered: