how to manage chrome textbox autofil? - textbox

trying to get rid of the autofil of the username textbox, I don't see it anywhere in the site cookies, or chrome saved autfil, actually can't find where the chrome autofil can be managed if possible site by site,
the page comes up with blank boxes, as soon as I click the username box, the autofil choices pop up below the boxes, see pics, since it does not happen in firefox must be a chrome issue?

Related

Is there a way to dismiss a native authentication dialog when using Playwright?

I'm using Playwright (Java) to drive a particular third-party Web site, the first page of which apparently containing two images which are password protected; this causes a sequence of basic-authentication dialogs to open when the page loads.
I'd like the script to dismiss these dialogs (cancel), rather than providing any credentials, and then continue working with the page. But as it stands now, the page.navigate() blocks and eventually times out, unless I cancel these dialogs manually with the mouse.
Note that this is the native browser dialog, not anything generated from js on the page.
Is this possible with Playwright?
Interestingly, I was able to work around this by disabling images entirely in Chrome, which might have other (performance) benefits, too.
Added this to the array of Chrome startup arguments:
--blink-settings=imagesEnabled=false
Of course, this only solved this specific case, in which the login prompts were being triggered by image URLs.

Why does Firefox automatically add "%25/" to my URI?

In a Confluence page there is a link to an external html page like "blah.net/project/latest/index.html". When I work with IE or with Chrome everything is ok. But when clicking this link in Firefox the result is "blah.net/%25/project/latest/index.html".
It seems that this is not a Confluence problem. I entered the url directly into the address field of the browser: the incorrect uri with the "%25/" occurs as well.
Does anybody know what happens and how to avoid it?
Best regards

Page loads different versions when pressing Ctrl+R

I have a problem with the page which I edit from my site admin (no CMS used), it have different versions based on all edits by admin user (me).
When I go to that page on the site as normal user (who available only to view public webpage, not to edit), and press Ctrl+R(refresh page) several times sometimes it loads (oops!) old version of the page with no sequence and sometimes shows 404 error page (like "page not found"). What's that magic and where I should look to fix it? I see no problem neither in Unicorn production.log, nor in browser logs. Tried different browsers from different machines (even that never opened my site before), clearing cookies&cache in browser, even going to that "magic" page from my iPhone - result was the same - strange behaviour.
Could you please tell me how to fix or at least where to look up for fixing this problem?

Rails, iframe login doesn't work IE9

I am using Rails 2.3.5
What I am trying to do is, by using iframe, I am embedding another website's log in screen into my own website.
Problem is starting when I try to "log in" the website inside the iframe. It is working perfectly fine in Chrome and Mozilla bu not in IE (what a surprise).
To be clear: I am able to see the website inside the iframe only thing that I couldn't do is logging in.
Possible problem: I made an extensive research and I learned because the IE doesn't remember my session (doesn't set cookies) I am not able to log in the site inside the iframe.
p.s : using divs probably won't work for me because if I use div and then log in (hit submit button of that website) then I will end up the website inside my div (inside my iframe right now). I need to stay in my own website.
I am going to band my head against the wall, so waiting for you comments.
(please comment if you need to see some code source or sth. else)
Thanks.
That's worked for me:
"Internet Explorer > Settings > Internet Options > Privacy > Sites" and then I added the name of the website inside my iframe, done.

TYPO3: page in browser other than in preview or in page edit

I'm experiencing a very strange problem. The user sees in the browser another content of a subpage than the page editor has defined. I have no idea where TYPO3 gets the wrong content. If I preview the page from the editor it is everything correct. But from the view of a normal visitor of the page I see the wrong things.
Following TypoScript:
config {
// Administrator settings
admPanel = {$config.adminPanel}
If there are some hidden or user restricted elements, they will be shown as long as you're logged in the backend as well (Maybe check the admin panel preferences, take a look here: http://typo3.org/1215.0.html )

Resources