Showing questions tagged: Show all questions

How to disable the Enterprise Roots preference

https://support.mozilla.org/en-US/kb/how-disable-enterprise-roots-preference Hi. I have followed the instructions on the Mozilla site above however this does not work. T… (read more)

https://support.mozilla.org/en-US/kb/how-disable-enterprise-roots-preference

Hi. I have followed the instructions on the Mozilla site above however this does not work. The Enterprise Roots keep reloading after a while.

Any idea how to stop this happening?

I have read many articles on this but nothing works. The E Roots will in initially not reload but eventually after a day or three its back.

Many thanks

Asked by davidk65 2 days ago

Frames on localhost not working

Just updated to version 134 on Win 11. I use local web pages to organize links. My main web page contains the following: <frameset rows="40,*" border=no frameborder=n… (read more)

Just updated to version 134 on Win 11. I use local web pages to organize links. My main web page contains the following:

<frameset rows="40,*" border=no frameborder=no>

 <frame src="./directories.html" name="directories" marginwidth="0" marginheight="0" scrolling="no">
 <frame src="./main.html" name="links" marginwidth="1" marginheight="0" scrolling="auto">
 <noframes>Sorry, your browser does not handle frames!</noframes>

</frameset>

the file directories.html contains links such as:

 <td class="table2"><a href="./personal.html" target="links">Personal</td>

the css file contains: td.table2 {

 border: 1px solid;
 border-collapse: collapse;
 text-align: center;
 padding: 5px 5px;
 background-color: silver;

}

Clicking on the link yesterday loaded the file "personal.html" in the bottom frame. After the update, it does nothing. Right clicking on the link and selecting "open link in new tab" does open the file in a new tab.

Asked by schmickb 6 days ago