prox-config-sidki_2019-01-26b1
|
Jan. 24, 2022, 10:25 AM
Post: #31
|
|||
|
|||
RE: prox-config-sidki_2019-01-26b1
(Jan. 24, 2022 04:32 AM)JJoe Wrote: As before, the better (for our point of view) but more time consuming choice would be to capture the nonce and add it to our rewritten scripts. How do we do that? I'm not seeing that answer in the mentioned post. |
|||
Jan. 24, 2022, 10:35 AM
Post: #32
|
|||
|
|||
RE: prox-config-sidki_2019-01-26b1
(Jan. 24, 2022 04:32 AM)JJoe Wrote:Thanks, that fixed the Google Results issue. But I am still curious on the "better but more time consuming choice". |
|||
Jan. 24, 2022, 05:31 PM
Post: #33
|
|||
|
|||
RE: prox-config-sidki_2019-01-26b1 | |||
Jan. 27, 2022, 11:16 PM
(This post was last modified: Jan. 27, 2022 11:17 PM by ProxRocks.)
Post: #34
|
|||
|
|||
RE: prox-config-sidki_2019-01-26b1
What would cause the lower right corner Prox Menu to sometimes be filled in correctly and other times be missing the select boxes/circles? (see attached)
I also get the attached error, but I "always" get this error, so I'm not sure if it is related to the Prox Menu issue or not. Thanks in advance. |
|||
Jan. 28, 2022, 12:30 AM
Post: #35
|
|||
|
|||
RE: prox-config-sidki_2019-01-26b1
(Jan. 27, 2022 11:16 PM)ProxRocks Wrote: What would cause the lower right corner Prox Menu to sometimes be filled in correctly and other times be missing the select boxes/circles? (see attached) I don't know. May be... I'll stick with I don't know. The menu may still work but you can't see what is selected. (Jan. 27, 2022 11:16 PM)ProxRocks Wrote: I also get the attached error, but I "always" get this error, so I'm not sure if it is related to the Prox Menu issue or not. You will get this because of the method used to add 'proxjs-full.js'. It seems unlikely that a browser will block this for the reason specified in the warning. However, for security reasons, some sites use a Content-Security-Policy header to block our scripts. Getting rid of these is part of that 'better but more time consuming choice'. |
|||
Jan. 28, 2022, 01:28 AM
(This post was last modified: Jan. 28, 2022 02:01 AM by ProxRocks.)
Post: #36
|
|||
|
|||
RE: prox-config-sidki_2019-01-26b1
(Jan. 28, 2022 12:30 AM)JJoe Wrote: I don't know. May be... I'll stick with I don't know. Found it! It's only on web sites which declare a .css opacity value of 0 for input tags. I've been able to fix these by editing proxcss-menu.css and adding an "opacity: 1.0 !important;" declaration to input.Pr0xMLink While I was at input.Pr0xMLink, I also changed the margin declaration from "0" to "0 4px 0 0" so that the text is not squished right up against the inputs. Then added "border-radius: 0 !important;" to input.Pr0xM-Input because I didn't like slightly rounded buttons on some sites and square buttons on other sites (which you can also see in the previous post's attachments). |
|||
Jan. 28, 2022, 12:57 PM
Post: #37
|
|||
|
|||
RE: prox-config-sidki_2019-01-26b1
Other changes made to maintain a consistent look-and-feel:
proxcss-general.css >> modified >>  input.Pr0xBtn-Input  --->>>  border-color: #FFD600;  ---->>>>   border-color: #FFD600 !important; proxcss-general.css >> added >> input.Pr0xBtn-Input  --->>>  border-radius: 0 !important; proxcss-general.css​​​​​​​ >> modified >> input.Pr0xBtn-Input  --->>>  border-width: 1px;  ---->>>>   border-width: 1px !important; |
|||
Jan. 29, 2022, 05:37 AM
Post: #38
|
|||
|
|||
RE: prox-config-sidki_2019-01-26b1
(Jan. 27, 2022 11:16 PM)ProxRocks Wrote: I also get the attached error, but I "always" get this error, so I'm not sure if it is related to the Prox Menu issue or not. Does the error go away? Does everything seem to work... umm... better than before? After you replace "Header Top Add: Initial JS Code ..." with Code: [Patterns] |
|||
Jan. 29, 2022, 05:40 AM
Post: #39
|
|||
|
|||
RE: prox-config-sidki_2019-01-26b1 | |||
Jan. 29, 2022, 11:30 AM
Post: #40
|
|||
|
|||
RE: prox-config-sidki_2019-01-26b1
(Jan. 29, 2022 05:37 AM)JJoe Wrote: Does the error go away? The error does go away And everthing does seem to work better - will continue to monitor. This web page (the one we are viewing right now) shows the attached error - but I have not yet seen this error in other web pages. The text "oNce.ncBody" only exists in "Body Add: JS Code 19.02.23 (ccw!) [...] (d.r l.3)". I found no "oNce.ncBody" in "proxjs-full.js" or "proxjs-x-menu.js" (assumed those to be the only two places to look). |
|||
Jan. 29, 2022, 02:13 PM
Post: #41
|
|||
|
|||
RE: prox-config-sidki_2019-01-26b1
I've also made these changes to proxcss-menu.css to correct attached.
I don't think that we need to keep the different .css's for ie10 versus moz versus w3c - we needed it in 2009 when these were implemented this way but I don't think we still need to do it this way. Or so it seems. URLs which gave the attached Prox Menu renderings in Mypal 27.9.4 and 360Chrome v11 - https://www.shelblock.com/en/blog/x-clie...-on-chrome https://www.ghacks.net/2018/07/21/pale-m...-released/ Code: /* ADDED */ Code: /* ADDED */ Code: /* ADDED */ |
|||
Jan. 29, 2022, 03:58 PM
Post: #42
|
|||
|
|||
RE: prox-config-sidki_2019-01-26b1
(Jan. 29, 2022 05:37 AM)JJoe Wrote: Does the error go away? I've reverted to the previous Initial JS Code. After clearing my cache, several web sites did not have the Information Hovers or the Prox Menu with the w/o nonce version. |
|||
Jan. 29, 2022, 11:17 PM
(This post was last modified: Jan. 30, 2022 12:27 AM by ProxRocks.)
Post: #43
|
|||
|
|||
RE: prox-config-sidki_2019-01-26b1
JJoe -
Please try this site -- https://www.citi.com/login?checkAuth=Y Type in a RANDOM username/password. It's supposed to come back and say incorrect username/password but instead it just returns to a home page and requests username/password again. |
|||
Jan. 30, 2022, 02:18 AM
(This post was last modified: Jan. 30, 2022 03:22 AM by JJoe.)
Post: #44
|
|||
|
|||
RE: prox-config-sidki_2019-01-26b1
(Jan. 29, 2022 11:17 PM)ProxRocks Wrote: JJoe - I get Quote:Trouble signing on? Select "Forgot User ID or Password" Edit: Some time later it occurred to me... Using your 360Chrome package I see Quote:Trouble signing on? Select "Forgot User ID or Password" and then the site loads another sign on page with a banner... Quote:Your browser is out of date and not supported. We recommend you update your browser for a better online banking experience. Learn More |
|||
Jan. 30, 2022, 02:25 AM
(This post was last modified: Jan. 30, 2022 02:25 AM by JJoe.)
Post: #45
|
|||
|
|||
RE: prox-config-sidki_2019-01-26b1
What do you see, if you enable 'Bypass Filters' and try to open https://offerup.com/ ?
|
|||
« Next Oldest | Next Newest »
|